Title: [295229] trunk/Tools/CISupport/build-webkit-org
Revision
295229
Author
ryanhad...@apple.com
Date
2022-06-03 14:03:40 -0700 (Fri, 03 Jun 2022)

Log Message

Repurpose arm64 iOS simulator GPUP bot as a general arm64 iOS simulator tester
https://bugs.webkit.org/show_bug.cgi?id=241278

Reviewed by Aakash Jain.

* Tools/CISupport/build-webkit-org/config.json:
* Tools/CISupport/build-webkit-org/factories_unittest.py:
(TestExpectedBuildSteps):
* Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js:
(WebKitBuildbot):

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

Modified Paths

Diff

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


--- trunk/Tools/CISupport/build-webkit-org/config.json	2022-06-03 21:00:51 UTC (rev 295228)
+++ trunk/Tools/CISupport/build-webkit-org/config.json	2022-06-03 21:03:40 UTC (rev 295229)
@@ -311,7 +311,7 @@
                     {
                       "name": "Apple-iOS-15-Simulator-Release-Build", "factory": "BuildFactory",
                       "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"],
+                      "triggers": ["ios-simulator-15-release-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", "bot303", "bot305", "bot306"]
                     },
                     {
@@ -321,9 +321,9 @@
                       "workernames": ["bot694", "bot695", "bot307", "bot308"]
                     },
                     {
-                      "name": "Apple-iOS-15-Simulator-Release-GPUProcess-arm64-WK2-Tests", "factory": "TestAllButJSCFactory",
+                      "name": "Apple-iOS-15-Simulator-Release-arm64-WK2-Tests", "factory": "TestAllButJSCFactory",
                       "platform": "ios-simulator-15", "configuration": "release", "architectures": ["x86_64", "arm64"], "device_model": "iphone",
-                      "additionalArguments": ["--no-retry-failures", "--use-gpu-process", "--accelerated-drawing"],
+                      "additionalArguments": ["--no-retry-failures"],
                       "workernames": ["bot210"]
                     },
                     {
@@ -733,8 +733,8 @@
                     { "type": "PlatformSpecificScheduler", "platform": "win", "branch": "main", "treeStableTimer": 45.0,
                       "builderNames": ["Apple-Win-10-Release-Build", "Apple-Win-10-Debug-Build"]
                     },
-                    { "type": "Triggerable", "name": "ios-simulator-15-release-gpuprocess-arm64-tests-wk2",
-                      "builderNames": ["Apple-iOS-15-Simulator-Release-GPUProcess-arm64-WK2-Tests"]
+                    { "type": "Triggerable", "name": "ios-simulator-15-release-arm64-tests-wk2",
+                      "builderNames": ["Apple-iOS-15-Simulator-Release-arm64-WK2-Tests"]
                     },
                     { "type": "Triggerable", "name": "ios-simulator-15-release-gpuprocess-tests-wk2",
                       "builderNames": ["Apple-iOS-15-Simulator-Release-GPUProcess-WK2-Tests"]

Modified: trunk/Tools/CISupport/build-webkit-org/factories_unittest.py (295228 => 295229)


--- trunk/Tools/CISupport/build-webkit-org/factories_unittest.py	2022-06-03 21:00:51 UTC (rev 295228)
+++ trunk/Tools/CISupport/build-webkit-org/factories_unittest.py	2022-06-03 21:03:40 UTC (rev 295229)
@@ -736,7 +736,7 @@
             'transfer-to-s3',
             'trigger'
         ],
-        'Apple-iOS-15-Simulator-Release-GPUProcess-arm64-WK2-Tests': [
+        'Apple-iOS-15-Simulator-Release-arm64-WK2-Tests': [
             'configure-build',
             'configuration',
             'clean-and-update-working-directory',

Modified: trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js (295228 => 295229)


--- trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js	2022-06-03 21:00:51 UTC (rev 295228)
+++ trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js	2022-06-03 21:03:40 UTC (rev 295229)
@@ -61,6 +61,7 @@
         }},
         "Apple-iOS-15-Release-Build": {platform: Dashboard.Platform.iOS15Device, debug: false, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},
         "Apple-iOS-15-Simulator-Release-Build": {platform: Dashboard.Platform.iOS15Simulator, debug: false, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},
+        "Apple-iOS-15-Simulator-Release-arm64-WK2-Tests": {platform: Dashboard.Platform.iOS15Simulator, heading:"iOS Release (arm64)", debug: false, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
         "Apple-iOS-15-Simulator-Release-WK2-Tests": {platform: Dashboard.Platform.iOS15Simulator, heading:"iOS Release", debug: false, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
         "Apple-iOS-15-Simulator-Debug-Build": {platform: Dashboard.Platform.iOS15Simulator, debug: true, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},
         "Apple-iOS-15-Simulator-Debug-WK2-Tests": {platform: Dashboard.Platform.iOS15Simulator, debug: true, heading:"iOS Debug", tester: true, testCategory: Buildbot.TestCategory.WebKit2},
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to