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?
_______________________________________________
users mailing list
[email protected]
https://lists.buildbot.net/mailman/listinfo/users