Title: [285221] trunk/Tools
Revision
285221
Author
[email protected]
Date
2021-11-03 13:11:28 -0700 (Wed, 03 Nov 2021)

Log Message

[EWS] Add more bots to iOS layout and API test queues
https://bugs.webkit.org/show_bug.cgi?id=232678

Reviewed by Aakash Jain.

* CISupport/ews-build/config.json:

Modified Paths

Diff

Modified: trunk/Tools/CISupport/ews-build/config.json (285220 => 285221)


--- trunk/Tools/CISupport/ews-build/config.json	2021-11-03 20:10:21 UTC (rev 285220)
+++ trunk/Tools/CISupport/ews-build/config.json	2021-11-03 20:11:28 UTC (rev 285221)
@@ -83,6 +83,9 @@
     { "name": "ews180", "platform": "mac-bigsur" },
     { "name": "ews181", "platform": "mac-catalina" },
     { "name": "ews182", "platform": "mac-catalina" },
+    { "name": "ews183", "platform": "*" },
+    { "name": "ews184", "platform": "ios-simulator-15" },
+    { "name": "ews185", "platform": "ios-simulator-15" },
     { "name": "ews210", "platform": "win" },
     { "name": "ews211", "platform": "win" },
     { "name": "ews212", "platform": "win" },
@@ -135,7 +138,7 @@
       "factory": "iOSTestsFactory", "platform": "ios-simulator-15",
       "configuration": "release", "architectures": ["x86_64"],
       "triggered_by": ["ios-15-sim-build-ews"],
-      "workernames": ["ews121", "ews122", "ews123", "ews124", "ews125", "ews126"]
+      "workernames": ["ews121", "ews122", "ews123", "ews124", "ews125", "ews126", "ews184", "ews185"]
     },
     {
       "name": "macOS-AppleSilicon-Big-Sur-Debug-Build-EWS", "shortname": "mac-AS-debug", "icon": "buildOnly",
@@ -295,7 +298,7 @@
       "name": "API-Tests-iOS-Simulator-EWS", "shortname": "api-ios", "icon": "testOnly",
       "factory": "APITestsFactory", "platform": "*",
       "triggered_by": ["ios-15-sim-build-ews"],
-      "workernames": ["ews156", "ews157", "ews158", "ews159"]
+      "workernames": ["ews156", "ews157", "ews158", "ews159", "ews183"]
     },
     {
       "name": "API-Tests-macOS-EWS", "shortname": "api-mac", "icon": "testOnly",

Modified: trunk/Tools/ChangeLog (285220 => 285221)


--- trunk/Tools/ChangeLog	2021-11-03 20:10:21 UTC (rev 285220)
+++ trunk/Tools/ChangeLog	2021-11-03 20:11:28 UTC (rev 285221)
@@ -1,3 +1,12 @@
+2021-11-03  Ryan Haddad  <[email protected]>
+
+        [EWS] Add more bots to iOS layout and API test queues
+        https://bugs.webkit.org/show_bug.cgi?id=232678
+
+        Reviewed by Aakash Jain.
+
+        * CISupport/ews-build/config.json:
+
 2021-11-03  Simon Fraser  <[email protected]>
 
         Expose fuzzy match data in layout test results
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to