[Buildbot-devel] Multiple BuildSlaves for one single Builder

Christian Lins Christian.Lins at Sun.COM
Mon Sep 15 09:52:37 UTC 2008


Hi David!

David Leder schrieb:
> Hi everyone!
>  
> I have a buildbot setup running the master on a Linux host and
> on 3 platforms (Linux, Solaris, Windows) 3 builders each. Now what
> I want to do is attaching more linux and solaris slaves to that
> builders, so I can make parallel builds with the same builder and
> buildfactory. I read, this is possible, but I'm no more able to
> find how this has to be configured.
> 
> Can somebody give me a hint please? :-)

If I got you right, that's easy.

Say you have a builder config somewhere in your master config files:

b1 = {'name', "test",
      'slavename': "mySlave1",
      ...

Simply replace the slavename line with

      'slavenames': ["mySlave1", "mySlave2"]

and so on.

Regards,
Christian






More information about the devel mailing list