Title: [239860] trunk/Tools
Revision
239860
Author
ryanhad...@apple.com
Date
2019-01-10 22:23:47 -0800 (Thu, 10 Jan 2019)

Log Message

Unreviewed, fix typo that breaks dashboard link.

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

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js (239859 => 239860)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js	2019-01-11 06:07:26 UTC (rev 239859)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js	2019-01-11 06:23:47 UTC (rev 239860)
@@ -39,7 +39,7 @@
         "Apple High Sierra Debug WK1 (Tests)": {platform: Dashboard.Platform.macOSHighSierra, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
         "Apple High Sierra Debug WK2 (Tests)": {platform: Dashboard.Platform.macOSHighSierra, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
         "Apple High Sierra Release WK1 (Tests)": {platform: Dashboard.Platform.macOSHighSierra, debug: false, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
-        "Apple High Release WK2 (Perf)": {platform: Dashboard.Platform.macOSHighSierra, debug: false, performance: true, heading: "Performance"},
+        "Apple High Sierra Release WK2 (Perf)": {platform: Dashboard.Platform.macOSHighSierra, debug: false, performance: true, heading: "Performance"},
         "Apple High Sierra Release WK2 (Tests)": {platform: Dashboard.Platform.macOSHighSierra, debug: false, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
         "Apple High Sierra JSC": {platform: Dashboard.Platform.macOSHighSierra, heading: "_javascript_", combinedQueues: {
             "Apple High Sierra 32-bit JSC (BuildAndTest)": {heading: "32-bit JSC (BuildAndTest)"},

Modified: trunk/Tools/ChangeLog (239859 => 239860)


--- trunk/Tools/ChangeLog	2019-01-11 06:07:26 UTC (rev 239859)
+++ trunk/Tools/ChangeLog	2019-01-11 06:23:47 UTC (rev 239860)
@@ -1,5 +1,12 @@
 2019-01-10  Ryan Haddad  <ryanhad...@apple.com>
 
+        Unreviewed, fix typo that breaks dashboard link.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
+        (WebKitBuildbot):
+
+2019-01-10  Ryan Haddad  <ryanhad...@apple.com>
+
         Update macOS queue configurations
         https://bugs.webkit.org/show_bug.cgi?id=193329
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to