Bug 188531 - [ews-build] Add support for max_builds parameter for workers
Summary: [ews-build] Add support for max_builds parameter for workers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-08-13 14:27 PDT by Aakash Jain
Modified: 2018-08-14 09:54 PDT (History)
5 users (show)

See Also:


Attachments
Proposed patch (1.46 KB, patch)
2018-08-13 14:31 PDT, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>