[Buildbot-devel] Is BuildSet what I need?
A.T.Hofkamp
a.t.hofkamp at tue.nl
Mon Jun 21 07:36:55 UTC 2010
Bob Hood wrote:
> I have two build lanes that are dependent upon each other's completion.
> I need them both to complete successfully, and then I need a secondary
> set of steps to fire when that occurs. Can Buildbot (0.7.x) do this?
I read this as a third set of steps (your "secondary set of steps") needs a first and a second set
of steps to be both completed successfully (your "I need them both to complete successfully").
I would do this by
a) Making the first and the second set of steps as a seperate builds, with a Triggerable() scheduler.
b) Trigger both the above builds from the third set of steps by means of a trigger.Trigger()
command, that waits for completion, and halts on failure.
> Somebody mentioned BuildSet to me, but I cannot find good examples of
> employing it within my master.cfg to tie these build lanes together with
> secondary steps. Is BuildSet what I need? If so, can somebody point me
> to a location on the interwebs that is a good example of its usage (the
I have never heard of this, so no idea whether it is useful in your case.
Albert
More information about the devel
mailing list