Modified: trunk/Tools/CISupport/build-webkit-org/config.json (288225 => 288226)
--- trunk/Tools/CISupport/build-webkit-org/config.json 2022-01-19 19:55:30 UTC (rev 288225)
+++ trunk/Tools/CISupport/build-webkit-org/config.json 2022-01-19 20:07:02 UTC (rev 288226)
@@ -343,13 +343,13 @@
{
"name": "Apple-iOS-15-Simulator-Release-GPUProcess-arm64-WK2-Tests", "factory": "TestAllButJSCFactory", "builddir": "ios-simulator-15-release-gpuprocess-arm64-tests-wk2",
"platform": "ios-simulator-15", "configuration": "release", "architectures": ["x86_64", "arm64"], "device_model": "iphone",
- "additionalArguments": ["--no-retry-failures", "--use-gpu-process"],
+ "additionalArguments": ["--no-retry-failures", "--use-gpu-process", "--accelerated-drawing"],
"workernames": ["bot210"]
},
{
"name": "Apple-iOS-15-Simulator-Release-GPUProcess-WK2-Tests", "factory": "TestAllButJSCFactory", "builddir": "ios-simulator-15-release-gpuprocess-tests-wk2",
"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", "--use-gpu-process"],
"workernames": ["bot600"]
},
{
Modified: trunk/Tools/ChangeLog (288225 => 288226)
--- trunk/Tools/ChangeLog 2022-01-19 19:55:30 UTC (rev 288225)
+++ trunk/Tools/ChangeLog 2022-01-19 20:07:02 UTC (rev 288226)
@@ -1,3 +1,14 @@
+2022-01-19 Jon Lee <[email protected]>
+
+ Swap accelerated drawing flag between the two GPU Process iOS simulator bots
+ https://bugs.webkit.org/show_bug.cgi?id=235366
+
+ Reviewed by Alex Christensen.
+
+ * CISupport/build-webkit-org/config.json: Turn the accelerated-drawing flag on the arm64 bot, since that
+ represents the configuration closest to actual hardware. Turn it off on the Intel bot for now so that we
+ can see differences in results with accelerated drawing off as we fix bugs in tests.
+
2022-01-19 Jonathan Bedard <[email protected]>
[git-webkit] Improve pr push error message