[Buildbot-devel] 'interlock' on bot?
Jeroen Janssen
japj at oce.nl
Fri Dec 12 10:02:50 UTC 2003
Stephen Davis wrote:
> # interlocks: a list of (name, [feeders], [watchers]) tuples:
> # name: the name of the interlock, must be unique
> # feeders: the names of the Builders which feed this interlock
> # watchers: the names of the Builders which watch this interlock
>
> BuildmasterConfig['builders']
> BuildmasterConfig['interlocks'] = [ ("glib-lock", ["glib-quick"],
> ["glib-full"]) ]
>
> "glib-full" will build after "glib-quick". Since the the
> "glib-quick" and "glib-full" builds are assigned to the same build
> bot, that bot will only run one of them at a time. In addition,
> "glib-full" will only build if "glib-quick" completes successfully so
> they are really dependencies.
Ok, thanks very much for this info.
For my purpose it would be usefull if "glib-full" would start regardless
of the successfull build result of "glib-quick".
I want to perform tests for different targets (it can be that only one
target is broken, but I still want to have the tests of the other one(s)
to be performed).
--
Best regards,
Jeroen Janssen
More information about the devel
mailing list