Title: [293116] trunk/Tools/CISupport
Revision
293116
Author
ryanhad...@apple.com
Date
2022-04-20 14:41:33 -0700 (Wed, 20 Apr 2022)

Log Message

Update archs for watchOS build queues
https://bugs.webkit.org/show_bug.cgi?id=239553

Reviewed by Aakash Jain.

Remove the deprecated i386 arch from watchOS simulator builders and switch
EWS + trunk bots to arm64 to expand build coverage for this architecture.

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

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

Modified Paths

Diff

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


--- trunk/Tools/CISupport/build-webkit-org/config.json	2022-04-20 21:37:12 UTC (rev 293115)
+++ trunk/Tools/CISupport/build-webkit-org/config.json	2022-04-20 21:41:33 UTC (rev 293116)
@@ -368,12 +368,12 @@
                     },
                     {
                       "name": "Apple-watchOS-8-Release-Build", "factory": "BuildFactory", "builddir": "watchos-8-release",
-                      "platform": "watchos-8", "configuration": "release", "architectures": ["arm64_32", "armv7k"],
+                      "platform": "watchos-8", "configuration": "release", "architectures": ["arm64_32", "arm64"],
                       "workernames": ["bot609"]
                     },
                     {
                       "name": "Apple-watchOS-Simulator-8-Release-Build", "factory": "BuildFactory", "builddir": "watchos-simulator-8-release",
-                      "platform": "watchos-simulator-8", "configuration": "release", "architectures": ["i386"],
+                      "platform": "watchos-simulator-8", "configuration": "release", "architectures": ["arm64"],
                       "workernames": ["bot672"]
                     },
                     {

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


--- trunk/Tools/CISupport/ews-build/config.json	2022-04-20 21:37:12 UTC (rev 293115)
+++ trunk/Tools/CISupport/ews-build/config.json	2022-04-20 21:41:33 UTC (rev 293116)
@@ -212,13 +212,13 @@
     {
       "name": "watchOS-8-Build-EWS", "shortname": "watch", "icon": "buildOnly",
       "factory": "watchOSBuildFactory", "platform": "watchos-8",
-      "configuration": "release", "architectures": ["arm64_32", "armv7k"],
+      "configuration": "release", "architectures": ["arm64_32", "arm64"],
       "workernames": ["ews163", "ews164", "ews165"]
     },
     {
       "name": "watchOS-8-Simulator-Build-EWS", "shortname": "watch-sim", "icon": "buildOnly",
       "factory": "watchOSBuildFactory", "platform": "watchos-simulator-8",
-      "configuration": "release", "architectures": ["i386"],
+      "configuration": "release", "architectures": ["arm64"],
       "workernames": ["ews164", "ews165", "ews166"]
     },
     {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to