Modified: trunk/Tools/CISupport/build-webkit-org/config.json (272305 => 272306)
--- trunk/Tools/CISupport/build-webkit-org/config.json 2021-02-03 11:13:06 UTC (rev 272305)
+++ trunk/Tools/CISupport/build-webkit-org/config.json 2021-02-03 11:48:31 UTC (rev 272306)
@@ -126,7 +126,7 @@
"workernames": ["bot279", "bot600", "bot614"]
},
{ "name": "Apple-BigSur-Release-Test262-Tests", "factory": "Test262Factory", "builddir": "bigsur-release-tests-test262",
- "platform": "mac-bigsur", "configuration": "release", "architectures": ["x86_64"],
+ "platform": "mac-bigsur", "configuration": "release", "architectures": ["x86_64", "arm64"],
"workernames": ["bot632"]
},
{ "name": "Apple-BigSur-Release-WK1-Tests", "factory": "TestWebKit1AllButJSCFactory", "builddir": "bigsur-release-tests-wk1",
@@ -145,7 +145,7 @@
"workernames": ["bot684", "bot685"]
},
{ "name": "Apple-BigSur-Debug-Test262-Tests", "factory": "Test262Factory", "builddir": "bigsur-debug-tests-test262",
- "platform": "mac-bigsur", "configuration": "debug", "architectures": ["x86_64"],
+ "platform": "mac-bigsur", "configuration": "debug", "architectures": ["x86_64", "arm64"],
"workernames": ["bot603"]
},
{ "name": "Apple-BigSur-Debug-WK1-Tests", "factory": "TestWebKit1AllButJSCFactory", "builddir": "bigsur-debug-tests-wk1",
Modified: trunk/Tools/ChangeLog (272305 => 272306)
--- trunk/Tools/ChangeLog 2021-02-03 11:13:06 UTC (rev 272305)
+++ trunk/Tools/ChangeLog 2021-02-03 11:48:31 UTC (rev 272306)
@@ -1,3 +1,14 @@
+2021-02-03 Ryan Haddad <[email protected]>
+
+ Big Sur test262 queues failing download-built-product step
+ https://bugs.webkit.org/show_bug.cgi?id=221314
+
+ Reviewed by Aakash Jain.
+
+ * CISupport/build-webkit-org/config.json: Since we are building both x86
+ and arm64 on Big Sur, we need to both architectures to be listed in the
+ config so that the test262 bots can find the archives.
+
2021-02-03 Youenn Fablet <[email protected]>
Enable webrtc video capture in GPUProcess for iOS WebKitTestRunner