[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:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@263518 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Tools/BuildSlaveSupport/ews-build/config.json b/Tools/BuildSlaveSupport/ews-build/config.json
index a0c0a78..6a58816 100644
--- a/Tools/BuildSlaveSupport/ews-build/config.json
+++ b/Tools/BuildSlaveSupport/ews-build/config.json
@@ -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",
diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index fd162bc..3bce6e7 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,5 +1,14 @@
 2020-06-25  Aakash Jain  <aakash_jain@apple.com>
 
+        [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  <aakash_jain@apple.com>
+
         [ews] Improve handling of invalid changelog
         https://bugs.webkit.org/show_bug.cgi?id=213609