Title: [284657] trunk/Tools
Revision
284657
Author
ryanhad...@apple.com
Date
2021-10-21 17:10:09 -0700 (Thu, 21 Oct 2021)

Log Message

WebGL bot should run tests with GPU Process enabled
https://bugs.webkit.org/show_bug.cgi?id=232107

Reviewed by Jonathan Bedard.

* CISupport/build-webkit-org/config.json:
* CISupport/build-webkit-org/factories_unittest.py:

Modified Paths

Diff

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


--- trunk/Tools/CISupport/build-webkit-org/config.json	2021-10-22 00:09:34 UTC (rev 284656)
+++ trunk/Tools/CISupport/build-webkit-org/config.json	2021-10-22 00:10:09 UTC (rev 284657)
@@ -136,7 +136,7 @@
                       "platform": "mac-bigsur", "configuration": "release", "architectures": ["x86_64", "arm64"],
                       "triggers": [
                           "bigsur-applesilicon-release-tests-test262" ,"bigsur-release-tests-test262", "bigsur-release-tests-wk1", "bigsur-release-tests-wk2",
-                          "bigsur-release-applesilicon-tests-wk1", "bigsur-release-applesilicon-tests-wk2", "bigsur-applesilicon-release-tests-jsc", "bigsur-release-tests-wk2-webgl"
+                          "bigsur-release-applesilicon-tests-wk1", "bigsur-release-applesilicon-tests-wk2", "bigsur-applesilicon-release-tests-jsc", "bigsur-release-tests-wk2-webgl-gpuprocess"
                       ],
                       "workernames": ["bot121", "bot124"]
                     },
@@ -168,9 +168,9 @@
                       "additionalArguments": ["--no-retry-failures"],
                       "workernames": ["bot1022", "bot1023"]
                     },
-                    { "name": "Apple-BigSur-Release-WK2-WebGL-Tests", "factory": "TestAllButJSCFactory", "builddir": "bigsur-release-tests-wk2-webgl",
+                    { "name": "Apple-BigSur-Release-WK2-WebGL-GPUProcess-Tests", "factory": "TestAllButJSCFactory", "builddir": "bigsur-release-tests-wk2-webgl-gpuprocess",
                       "platform": "mac-bigsur", "configuration": "release", "architectures": ["x86_64", "arm64"],
-                      "additionalArguments": ["--no-retry-failures", "--webgl-test-suite"],
+                      "additionalArguments": ["--no-retry-failures", "--webgl-test-suite", "--use-gpu-process"],
                       "workernames": ["bot302"]
                     },
                     { "name": "Apple-BigSur-Debug-Build", "factory": "BuildFactory", "builddir": "bigsur-debug",
@@ -592,8 +592,8 @@
                     { "type": "Triggerable", "name": "bigsur-release-applesilicon-tests-wk2",
                       "builderNames": ["Apple-BigSur-Release-AppleSilicon-WK2-Tests"]
                     },
-                    { "type": "Triggerable", "name": "bigsur-release-tests-wk2-webgl",
-                      "builderNames": ["Apple-BigSur-Release-WK2-WebGL-Tests"]
+                    { "type": "Triggerable", "name": "bigsur-release-tests-wk2-webgl-gpuprocess",
+                      "builderNames": ["Apple-BigSur-Release-WK2-WebGL-GPUProcess-Tests"]
                     },
                     { "type": "Triggerable", "name": "bigsur-debug-tests-wk1",
                       "builderNames": ["Apple-BigSur-Debug-WK1-Tests"]

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


--- trunk/Tools/CISupport/build-webkit-org/factories_unittest.py	2021-10-22 00:09:34 UTC (rev 284656)
+++ trunk/Tools/CISupport/build-webkit-org/factories_unittest.py	2021-10-22 00:10:09 UTC (rev 284657)
@@ -168,7 +168,7 @@
             'builtins-generator-tests',
             'trigger-crash-log-submission'
         ],
-        'Apple-BigSur-Release-WK2-WebGL-Tests': [
+        'Apple-BigSur-Release-WK2-WebGL-GPUProcess-Tests': [
             'configure-build',
             'configuration',
             'clean-and-update-working-directory',

Modified: trunk/Tools/ChangeLog (284656 => 284657)


--- trunk/Tools/ChangeLog	2021-10-22 00:09:34 UTC (rev 284656)
+++ trunk/Tools/ChangeLog	2021-10-22 00:10:09 UTC (rev 284657)
@@ -1,3 +1,13 @@
+2021-10-21  Ryan Haddad  <ryanhad...@apple.com>
+
+        WebGL bot should run tests with GPU Process enabled
+        https://bugs.webkit.org/show_bug.cgi?id=232107
+
+        Reviewed by Jonathan Bedard.
+
+        * CISupport/build-webkit-org/config.json:
+        * CISupport/build-webkit-org/factories_unittest.py:
+
 2021-10-21  Simon Fraser  <simon.fra...@apple.com>
 
         Content offset in this codepen when switching tabs
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to