> On Sep 5, 2017, at 8:04 PM, Chris Spencer <chriss...@gmail.com> wrote:
> 
> >Do you have multiple builders? Builders can build in parallel, but a single 
> >builder always does its builds in series.

To clarify:  A builder can run only one of it’s builds on any specific worker 
at any one time.  See 
http://buildbot.readthedocs.io/en/latest/manual/concepts.html#workers

> 
> Ah, no I do not. I thought concurrency including running multiple builds for 
> the same builder. Another poster here alluded to this, when I mentioned I was 
> creating separate servers for each new worker. Thanks for clearing that up.

You can certainly run more than one worker on a server.   That would allow the 
same machine to run more than one build of the same kind in parallel on that 
machine.

_______________________________________________
users mailing list
users@buildbot.net
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to