Title: [211742] trunk/Tools
Revision
211742
Author
ryanhad...@apple.com
Date
2017-02-06 11:46:32 -0800 (Mon, 06 Feb 2017)

Log Message

Change capitalization in platform name after r211735.

Unreviewed dashboard fix.

* 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 (211741 => 211742)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js	2017-02-06 19:21:45 UTC (rev 211741)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js	2017-02-06 19:46:32 UTC (rev 211742)
@@ -33,7 +33,7 @@
         "Apple Sierra Debug WK2 (Tests)": {platform: Dashboard.Platform.macOSSierra, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
         "Apple Sierra Release WK1 (Tests)": {platform: Dashboard.Platform.macOSSierra, debug: false, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
         "Apple Sierra Release WK2 (Tests)": {platform: Dashboard.Platform.macOSSierra, debug: false, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
-        "Apple Sierra (Leaks)": {platform: Dashboard.Platform.MacOSSierra, debug: false, leaks: true},
+        "Apple Sierra (Leaks)": {platform: Dashboard.Platform.macOSSierra, debug: false, leaks: true},
         "Apple Sierra JSC": {platform: Dashboard.Platform.macOSSierra, heading: "_javascript_", combinedQueues: {
             "Apple Sierra 32-bit JSC (BuildAndTest)": {heading: "32-bit JSC (BuildAndTest)"},
             "Apple Sierra LLINT CLoop (BuildAndTest)": {heading: "LLINT CLoop (BuildAndTest)"},

Modified: trunk/Tools/ChangeLog (211741 => 211742)


--- trunk/Tools/ChangeLog	2017-02-06 19:21:45 UTC (rev 211741)
+++ trunk/Tools/ChangeLog	2017-02-06 19:46:32 UTC (rev 211742)
@@ -1,3 +1,12 @@
+2017-02-06  Ryan Haddad  <ryanhad...@apple.com>
+
+        Change capitalization in platform name after r211735.
+
+        Unreviewed dashboard fix.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
+        (WebKitBuildbot):
+
 2017-02-06  Alexey Proskuryakov  <a...@apple.com>
 
         Move the Leaks bot to Sierra
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to