Bug 188531

Summary: [ews-build] Add support for max_builds parameter for workers
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, ap, commit-queue, lforschler, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch none

Description Aakash Jain 2018-08-13 14:27:11 PDT
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
Comment 1 Aakash Jain 2018-08-13 14:31:58 PDT
Created attachment 347038 [details]
Proposed patch
Comment 2 WebKit Commit Bot 2018-08-14 09:53:15 PDT
Comment on attachment 347038 [details]
Proposed patch

Clearing flags on attachment: 347038

Committed r234850: <https://trac.webkit.org/changeset/234850>
Comment 3 WebKit Commit Bot 2018-08-14 09:53:17 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-08-14 09:54:21 PDT
<rdar://problem/43291069>