[users at bb.net] How to run multiple builds per worker?

Chris Spencer chrisspen at gmail.com
Tue Sep 5 18:37:40 UTC 2017


How do you configure a worker to run multiple builds at once?

The docs say this is possible (
http://docs.buildbot.net/latest/manual/cfg-workers.html#limiting-concurrency)
with the `max_builds` option, but this doesn't seem to have any effect on
my system.

My master.cfg has:

    c['workers'] = [
        worker.Worker("worker1", "pass", max_builds=2),
    ]

and yet, even though I have over 20 pending builds, the worker still only
runs one build at a time. Am I misunderstanding worker concurrency, or have
I misconfigured something?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20170905/59d7575f/attachment.html>


More information about the users mailing list