Title: [273983] trunk/Tools
Revision
273983
Author
jlew...@apple.com
Date
2021-03-05 10:53:56 -0800 (Fri, 05 Mar 2021)

Log Message

Unreviewed Dashboard Fix.

* CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js:
(WebKitBuildbot):

Modified Paths

Diff

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


--- trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js	2021-03-05 18:51:46 UTC (rev 273982)
+++ trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js	2021-03-05 18:53:56 UTC (rev 273983)
@@ -39,8 +39,8 @@
         "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-Debug-AppleSilicon-JSC-Tests": {heading: "Debug arm64 JSC (Tests)"},
-            "Apple-BigSur-Release-AppleSilicon-JSC-Tests": {heading: "Release arm64 JSC (Tests)"},
+            "Apple-BigSur-AppleSilicon-Debug-JSC-Tests": {heading: "Debug arm64 JSC (Tests)"},
+            "Apple-BigSur-AppleSilicon-Release-JSC-Tests": {heading: "Release arm64 JSC (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 (273982 => 273983)


--- trunk/Tools/ChangeLog	2021-03-05 18:51:46 UTC (rev 273982)
+++ trunk/Tools/ChangeLog	2021-03-05 18:53:56 UTC (rev 273983)
@@ -1,3 +1,10 @@
+2021-03-05  Matt Lewis  <jlew...@apple.com>
+
+        Unreviewed Dashboard Fix.
+
+        * CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js:
+        (WebKitBuildbot):
+
 2021-03-05  Aakash Jain  <aakash_j...@apple.com>
 
         [ews] Run ews unit-tests with Python 3
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to