Diff
Modified: trunk/Tools/CISupport/build-webkit-org/config.json (272293 => 272294)
--- trunk/Tools/CISupport/build-webkit-org/config.json 2021-02-03 03:08:27 UTC (rev 272293)
+++ trunk/Tools/CISupport/build-webkit-org/config.json 2021-02-03 04:00:09 UTC (rev 272294)
@@ -160,7 +160,7 @@
},
{ "name": "Apple-Catalina-Debug-Build", "factory": "BuildFactory", "builddir": "catalina-debug",
"platform": "mac-catalina", "configuration": "debug", "architectures": ["x86_64"],
- "triggers": ["catalina-debug-tests-jsc", "catalina-debug-tests-test262", "catalina-debug-tests-wk1", "catalina-debug-tests-wk2", "catalina-debug-tests-wk2-gpuprocess"],
+ "triggers": ["catalina-debug-tests-jsc", "catalina-debug-tests-wk1", "catalina-debug-tests-wk2", "catalina-debug-tests-wk2-gpuprocess"],
"workernames": ["bot687", "bot688"]
},
{ "name": "Apple-Catalina-Debug-WK1-Tests", "factory": "TestWebKit1AllButJSCFactory", "builddir": "catalina-debug-tests-wk1",
Modified: trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js (272293 => 272294)
--- trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js 2021-02-03 03:08:27 UTC (rev 272293)
+++ trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js 2021-02-03 04:00:09 UTC (rev 272294)
@@ -34,7 +34,7 @@
"Apple-BigSur-Release-WK2-Tests": {platform: Dashboard.Platform.macOSBigSur, debug: false, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
"Apple-BigSur JSC": {platform: Dashboard.Platform.macOSBigSur, heading: "_javascript_", combinedQueues: {
"Apple-BigSur-Debug-Test262-Tests": {heading: "Debug Test262 (Tests)"},
- "Apple-BigSUr-Release-Test262-Tests": {heading: "Release Test262 (Tests)"},
+ "Apple-BigSur-Release-Test262-Tests": {heading: "Release Test262 (Tests)"},
}},
"Apple-Catalina-Debug-Build": {platform: Dashboard.Platform.macOSCatalina, debug: true, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},
"Apple-Catalina-Release-Build": {platform: Dashboard.Platform.macOSCatalina, debug: false, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},
Modified: trunk/Tools/ChangeLog (272293 => 272294)
--- trunk/Tools/ChangeLog 2021-02-03 03:08:27 UTC (rev 272293)
+++ trunk/Tools/ChangeLog 2021-02-03 04:00:09 UTC (rev 272294)
@@ -1,3 +1,14 @@
+2021-02-02 Ryan Haddad <[email protected]>
+
+ Update Test262 bot to Big Sur
+ https://bugs.webkit.org/show_bug.cgi?id=218844
+
+ Unreviewed infrastructure fix.
+
+ * CISupport/build-webkit-org/config.json: Remove an old trigger.
+ * CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js:
+ (WebKitBuildbot): Fix typo in queue name.
+
2021-02-02 Matt Lewis <[email protected]>
Remove Apple macOS Mojave queues