[Buildbot-devel] N builders per bot ?

Axel Hecht l10n.moz at googlemail.com
Wed Sep 26 23:41:25 UTC 2007


Hi Darin,

to add to our little Mozilla chat here, and to what Rob and Ben said:

If you have several builders, i.e., build processes, those can share a
slave. By default, those will run in parallel.
If you want multiple builds of one builder on a slave, that's not
possible. There is one build per builder per slave at a time. You can
run multiple buildbot slave processes on one machine, though.
If you want only one build to run on a particular slave at a time,
independent of the builder, then you either have to use slave locks
like Ben said, or wait for the .6 release. Buildbot trunk has an
optional parameter for BuildSlaves, max_builds, which limits the
number of concurrent builds of any kind per slave, on a slave basis.
http://buildbot.net/trac/browser/buildbot/scripts/sample.cfg#L17 is a
good link to the sample.cfg right now.

Axel

2007/9/27, Darin Fisher <darinf at gmail.com>:
> Hi, I'm a big fan of buildbot.  It's really great stuff!
>
> I've read through the buildbot manual, and I haven't found an answer to this
> question.  Is it possible to have several builders configured for a single
> bot?  That is, if I have one machine with one slave instance running on it,
> can I arrange to have the build master command that slave to do N different
> builds in series?
>
> Thanks!
> -Darin




More information about the devel mailing list