Ticket #225 (closed enhancement: wontfix)

Opened 6 months ago

Last modified 4 months ago

building on Multiple Platforms

Reported by: deepakreddy84 Assigned to:
Priority: major Milestone: undecided
Component: other Version: 0.7.6
Keywords: Build on Multiple Platform Cc: dusin

Description

Hi,

I am Build Project for Multiple Platform. Currently i am build seperate builder for each platform.

Could same builder build on multiple platforms with different build factory for each plaftorm using the same build number.

If build fails on one platform then other plaftorm are also ignored as failed build.

please let me know if this makes sense.

Thanks & Regards, Deepak Reddy

Change History

06/14/08 17:02:28 changed by dustin

  • cc set to dusin.
  • status changed from new to closed.
  • resolution set to wontfix.

Deepak -- no, that's not how buildbot works. Think of it this way:

A scheduler starts multiple builders in an AND fashion -- for the scheduler's job to have completed successfully, all builders must complete successfully.

A builder starts a build on only one slave. I think of this as an OR operation. The builder is successful if its build succeeds on that slave.

Hop on the mailing list, if you haven't already, to discuss this sort of thing.