Modified: trunk/Tools/BuildSlaveSupport/ews-build/config.json (245885 => 245886)
--- trunk/Tools/BuildSlaveSupport/ews-build/config.json 2019-05-30 16:05:21 UTC (rev 245885)
+++ trunk/Tools/BuildSlaveSupport/ews-build/config.json 2019-05-30 16:17:05 UTC (rev 245886)
@@ -302,7 +302,7 @@
"configuration": "release",
"architectures": ["x86_64"],
"triggers": ["api-tests-ios-sim-ews"],
- "workernames": ["ews152", "ews154"]
+ "workernames": ["ews152", "ews154", "ews156", "ews157"]
},
{
"name": "iOS-12-Simulator-WK2-Tests-EWS",
@@ -321,7 +321,7 @@
"configuration": "release",
"architectures": ["x86_64"],
"triggers": ["api-tests-mac-ews"],
- "workernames": ["ews118", "ews119", "ews120"]
+ "workernames": ["ews118", "ews119", "ews120", "ews150"]
},
{
"name": "macOS-High-Sierra-Release-WK1-Tests-EWS",
@@ -426,7 +426,7 @@
"shortname": "api-mac",
"factory": "APITestsFactory",
"platform": "*",
- "workernames": ["ews120", "ews150", "ews153", "ews155"]
+ "workernames": ["ews119", "ews150", "ews153", "ews155"]
}
],
"schedulers": [
Modified: trunk/Tools/ChangeLog (245885 => 245886)
--- trunk/Tools/ChangeLog 2019-05-30 16:05:21 UTC (rev 245885)
+++ trunk/Tools/ChangeLog 2019-05-30 16:17:05 UTC (rev 245886)
@@ -1,3 +1,14 @@
+2019-05-30 Aakash Jain <[email protected]>
+
+ [ews-build] Update configuration to share bots across queues
+ https://bugs.webkit.org/show_bug.cgi?id=198370
+
+ Reviewed by Jonathan Bedard.
+
+ * BuildSlaveSupport/ews-build/config.json: Share bots across builder and API tester queues.
+ Also use ews119 instead of ews120 for mac API tests, as ews120 seems to have some issues as
+ noted in https://bugs.webkit.org/show_bug.cgi?id=197571#c1
+
2019-05-30 Jonathan Bedard <[email protected]>
webkitpy: Switch run-webkit-tests to tailspin (Follow-up fix)