Changeset 245886 in webkit
- Timestamp:
- May 30, 2019, 9:17:05 AM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
BuildSlaveSupport/ews-build/config.json (modified) (3 diffs)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/ews-build/config.json
r244792 r245886 303 303 "architectures": ["x86_64"], 304 304 "triggers": ["api-tests-ios-sim-ews"], 305 "workernames": ["ews152", "ews154" ]305 "workernames": ["ews152", "ews154", "ews156", "ews157"] 306 306 }, 307 307 { … … 322 322 "architectures": ["x86_64"], 323 323 "triggers": ["api-tests-mac-ews"], 324 "workernames": ["ews118", "ews119", "ews120" ]324 "workernames": ["ews118", "ews119", "ews120", "ews150"] 325 325 }, 326 326 { … … 427 427 "factory": "APITestsFactory", 428 428 "platform": "*", 429 "workernames": ["ews1 20", "ews150", "ews153", "ews155"]429 "workernames": ["ews119", "ews150", "ews153", "ews155"] 430 430 } 431 431 ], -
trunk/Tools/ChangeLog
r245885 r245886 1 2019-05-30 Aakash Jain <aakash_jain@apple.com> 2 3 [ews-build] Update configuration to share bots across queues 4 https://bugs.webkit.org/show_bug.cgi?id=198370 5 6 Reviewed by Jonathan Bedard. 7 8 * BuildSlaveSupport/ews-build/config.json: Share bots across builder and API tester queues. 9 Also use ews119 instead of ews120 for mac API tests, as ews120 seems to have some issues as 10 noted in https://bugs.webkit.org/show_bug.cgi?id=197571#c1 11 1 12 2019-05-30 Jonathan Bedard <jbedard@apple.com> 2 13
Note:
See TracChangeset
for help on using the changeset viewer.