Changeset 244790 in webkit
- Timestamp:
- Apr 30, 2019, 11:35:03 AM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
BuildSlaveSupport/ews-build/config.json (modified) (4 diffs)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/ews-build/config.json
r244770 r244790 156 156 "name": "ews151", 157 157 "platform": "*", 158 "max_builds": 2158 "max_builds": 3 159 159 }, 160 160 { … … 277 277 "factory": "StyleFactory", 278 278 "platform": "*", 279 "workernames": [" webkit-misc"]279 "workernames": ["ews151"] 280 280 }, 281 281 { … … 399 399 "factory": "BindingsFactory", 400 400 "platform": "*", 401 "workernames": [" webkit-misc"]401 "workernames": ["ews151"] 402 402 }, 403 403 { … … 427 427 "factory": "APITestsFactory", 428 428 "platform": "*", 429 "workernames": ["ews120", "ews150", "ews15 1", "ews153", "ews155"]429 "workernames": ["ews120", "ews150", "ews153", "ews155"] 430 430 } 431 431 ], -
trunk/Tools/ChangeLog
r244789 r244790 1 2019-04-30 Aakash Jain <aakash_jain@apple.com> 2 3 [ews-build] Configure ews151 for running various tests 4 https://bugs.webkit.org/show_bug.cgi?id=197419 5 6 Reviewed by Lucas Forschler. 7 8 * BuildSlaveSupport/ews-build/config.json: 9 1 10 2019-04-30 Aakash Jain <aakash_jain@apple.com> 2 11
Note:
See TracChangeset
for help on using the changeset viewer.