Title: [293084] trunk/Tools
Revision
293084
Author
[email protected]
Date
2022-04-19 22:57:42 -0700 (Tue, 19 Apr 2022)

Log Message

Bring up new iOS builders
https://bugs.webkit.org/show_bug.cgi?id=239470

Reviewed by Ryan Haddad.

* Tools/CISupport/build-webkit-org/config.json:
* Tools/CISupport/ews-build/config.json:

Canonical link: https://commits.webkit.org/249795@main

Modified Paths

Diff

Modified: trunk/Tools/CISupport/build-webkit-org/config.json (293083 => 293084)


--- trunk/Tools/CISupport/build-webkit-org/config.json	2022-04-20 05:47:10 UTC (rev 293083)
+++ trunk/Tools/CISupport/build-webkit-org/config.json	2022-04-20 05:57:42 UTC (rev 293084)
@@ -57,6 +57,12 @@
                     { "name": "bot688", "platform": "*" },
 
                     { "name": "bot210", "platform": "ios-simulator-15" },
+                    { "name": "bot303", "platform": "ios-simulator-15" },
+                    { "name": "bot304", "platform": "ios-15" },
+                    { "name": "bot305", "platform": "ios-simulator-15" },
+                    { "name": "bot306", "platform": "ios-simulator-15" },
+                    { "name": "bot307", "platform": "ios-simulator-15" },
+                    { "name": "bot308", "platform": "ios-simulator-15" },
                     { "name": "bot600", "platform": "ios-simulator-15" },
                     { "name": "bot673", "platform": "ios-15" },
                     { "name": "bot614", "platform": "ios-simulator-15" },
@@ -300,19 +306,19 @@
                     {
                       "name": "Apple-iOS-15-Release-Build", "factory": "BuildFactory", "builddir": "ios-15-release",
                       "platform": "ios-15", "configuration": "release", "architectures": ["arm64"],
-                      "workernames": ["bot673"]
+                      "workernames": ["bot673", "bot304"]
                     },
                     {
                       "name": "Apple-iOS-15-Simulator-Release-Build", "factory": "BuildFactory", "builddir": "ios-simulator-15-release",
                       "platform": "ios-simulator-15", "configuration": "release", "architectures": ["x86_64", "arm64"],
                       "triggers": ["ios-simulator-15-release-gpuprocess-arm64-tests-wk2", "ios-simulator-15-release-gpuprocess-tests-wk2", "ios-simulator-15-release-tests-wk2", "ipados-simulator-15-release-tests-wk2"],
-                      "workernames": ["bot614", "bot641", "bot682", "bot685"]
+                      "workernames": ["bot614", "bot641", "bot682", "bot685", "bot303", "bot305", "bot306"]
                     },
                     {
                       "name": "Apple-iOS-15-Simulator-Debug-Build", "factory": "BuildFactory", "builddir": "ios-simulator-15-debug",
                       "platform": "ios-simulator-15", "configuration": "debug", "architectures": ["x86_64"],
                       "triggers": ["ios-simulator-15-debug-tests-wk2", "ipados-simulator-15-debug-tests-wk2"],
-                      "workernames": ["bot694", "bot695"]
+                      "workernames": ["bot694", "bot695", "bot307", "bot308"]
                     },
                     {
                       "name": "Apple-iOS-15-Simulator-Release-GPUProcess-arm64-WK2-Tests", "factory": "TestAllButJSCFactory", "builddir": "ios-simulator-15-release-gpuprocess-arm64-tests-wk2",

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


--- trunk/Tools/CISupport/ews-build/config.json	2022-04-20 05:47:10 UTC (rev 293083)
+++ trunk/Tools/CISupport/ews-build/config.json	2022-04-20 05:57:42 UTC (rev 293084)
@@ -55,6 +55,12 @@
     { "name": "ews126", "platform": "ios-simulator-15" },
     { "name": "ews127", "platform": "mac-bigsur" },
     { "name": "ews128", "platform": "mac-bigsur" },
+    { "name": "ews130", "platform": "*" },
+    { "name": "ews131", "platform": "ios-15" },
+    { "name": "ews132", "platform": "*" },
+    { "name": "ews133", "platform": "*" },
+    { "name": "ews134", "platform": "*" },
+    { "name": "ews135", "platform": "*" },
     { "name": "ews150", "platform": "*" },
     { "name": "ews151", "platform": "*", "max_builds": 3 },
     { "name": "ews152", "platform": "*" },
@@ -131,7 +137,7 @@
       "name": "iOS-15-Build-EWS", "shortname": "ios", "icon": "buildOnly",
       "factory": "iOSEmbeddedBuildFactory", "platform": "ios-15",
       "configuration": "release", "architectures": ["arm64"],
-      "workernames": ["ews152", "ews154", "ews108", "ews109"]
+      "workernames": ["ews152", "ews154", "ews108", "ews109", "ews130", "ews131", "ews132", "ews133"]
     },
     {
       "name": "iOS-15-Simulator-Build-EWS", "shortname": "ios-sim", "icon": "buildOnly",
@@ -138,7 +144,7 @@
       "factory": "iOSBuildFactory", "platform": "ios-simulator-15",
       "configuration": "release", "architectures": ["x86_64"],
       "triggers": ["api-tests-ios-sim-ews", "ios-15-sim-wk2-tests-ews"],
-      "workernames": ["ews152", "ews154", "ews156", "ews157", "ews108"]
+      "workernames": ["ews152", "ews154", "ews156", "ews157", "ews108", "ews130", "ews132", "ews133", "ews134", "ews135"]
     },
     {
       "name": "iOS-15-Simulator-WK2-Tests-EWS", "shortname": "ios-wk2", "icon": "testOnly",

Modified: trunk/Tools/ChangeLog (293083 => 293084)


--- trunk/Tools/ChangeLog	2022-04-20 05:47:10 UTC (rev 293083)
+++ trunk/Tools/ChangeLog	2022-04-20 05:57:42 UTC (rev 293084)
@@ -1,3 +1,13 @@
+2022-04-19  Robert Jenner  <[email protected]>
+
+        Bring up new iOS builders
+        https://bugs.webkit.org/show_bug.cgi?id=239470
+
+        Reviewed by Ryan Haddad.
+
+        * CISupport/build-webkit-org/config.json:
+        * CISupport/ews-build/config.json:
+
 2022-04-19  Ben Nham  <[email protected]>
 
         Handle public token updates in webpushd
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to