Modified: trunk/Tools/BuildSlaveSupport/ews-build/config.json (263517 => 263518)
--- trunk/Tools/BuildSlaveSupport/ews-build/config.json 2020-06-25 17:16:26 UTC (rev 263517)
+++ trunk/Tools/BuildSlaveSupport/ews-build/config.json 2020-06-25 17:37:14 UTC (rev 263518)
@@ -123,7 +123,7 @@
},
{
"name": "ews109",
- "platform": "ios-13"
+ "platform": "*"
},
{
"name": "ews112",
@@ -371,7 +371,7 @@
"configuration": "release",
"architectures": ["x86_64"],
"triggers": ["api-tests-ios-sim-ews", "ios-13-sim-wk2-tests-ews"],
- "workernames": ["ews152", "ews154", "ews156", "ews157"]
+ "workernames": ["ews152", "ews154", "ews156", "ews157", "ews109"]
},
{
"name": "iOS-13-Simulator-WK2-Tests-EWS",
@@ -423,7 +423,7 @@
"configuration": "debug",
"architectures": ["x86_64"],
"triggers": ["macos-mojave-debug-wk1-tests-ews"],
- "workernames": ["ews112", "ews113", "ews115", "ews117"]
+ "workernames": ["ews112", "ews113", "ews115", "ews117", "ews153"]
},
{
"name": "macOS-Mojave-Debug-WK1-Tests-EWS",
Modified: trunk/Tools/ChangeLog (263517 => 263518)
--- trunk/Tools/ChangeLog 2020-06-25 17:16:26 UTC (rev 263517)
+++ trunk/Tools/ChangeLog 2020-06-25 17:37:14 UTC (rev 263518)
@@ -1,5 +1,14 @@
2020-06-25 Aakash Jain <[email protected]>
+ [ews] Share more bots between EWS builder and testers
+ https://bugs.webkit.org/show_bug.cgi?id=213521
+
+ Reviewed by Jonathan Bedard.
+
+ * BuildSlaveSupport/ews-build/config.json:
+
+2020-06-25 Aakash Jain <[email protected]>
+
[ews] Improve handling of invalid changelog
https://bugs.webkit.org/show_bug.cgi?id=213609