[Buildbot-devel] Multiple BuildSlaves for one single Builder

David Leder david.leder at nexustelecom.com
Mon Sep 15 09:59:01 UTC 2008


> 
> 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"]

Ha! Bingo! I tried already 'slavename': ["mySlave1", "mySlave2"], but
didn't get the clue to use the PLURAL form of slavenameS :-)

thanks a lot :-)

David

P.S.: Christian: sorry for double post... got the wrong button in this
f*cking outlook thing ;-)





More information about the devel mailing list