In the current EWS configuration, one worker can be configured on multiple queues (e.g.: webkit-misc). Buildbot provides a config parameter named max_builds which indicates the max number of builds which a bot can do in parallel. We should add support for max_builds parameter in loadConfig.py. The default value of this parameter should be 1 so that the bots do not unintentionally starts multiple builds in parallel. For the bots which are expected to run multiple builds, max_builds parameter should be specified in config.json
Created attachment 347038 [details] Proposed patch
Comment on attachment 347038 [details] Proposed patch Clearing flags on attachment: 347038 Committed r234850: <https://trac.webkit.org/changeset/234850>
All reviewed patches have been landed. Closing bug.
<rdar://problem/43291069>