Title: [226253] trunk/Tools
Revision
226253
Author
lingcherd...@apple.com
Date
2017-12-21 18:17:58 -0800 (Thu, 21 Dec 2017)

Log Message

"Release 32-bit Build EWS" queue should be moved up to macOS High Sierra on Bot Watcher's Dashboard
https://bugs.webkit.org/show_bug.cgi?id=181071

Reviewed by Alexey Proskuryakov.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js (226252 => 226253)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2017-12-22 01:17:45 UTC (rev 226252)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2017-12-22 02:17:58 UTC (rev 226253)
@@ -37,7 +37,7 @@
         "mac-ews": {platform: Dashboard.Platform.MacOSXElCapitan, shortName: "mac", title: "WebKit1\xa0Release\xa0Tests\xa0EWS"},
         "mac-wk2-ews": {platform: Dashboard.Platform.MacOSXElCapitan, shortName: "mac-wk2", title: "WebKit2\xa0Release\xa0Tests\xa0EWS"},
         "mac-debug-ews": {platform: Dashboard.Platform.MacOSXElCapitan, shortName: "mac-debug", title: "WebKit1\xa0Debug\xa0Tests\xa0EWS"},
-        "mac-32bit-ews": {platform: Dashboard.Platform.MacOSXElCapitan, shortName: "mac-32bit", title: "Release\xa032\u2011bit\xa0Build\xa0EWS"},
+        "mac-32bit-ews": {platform: Dashboard.Platform.macOSHighSierra, shortName: "mac-32bit", title: "Release\xa032\u2011bit\xa0Build\xa0EWS"},
         "win-ews": {platform: Dashboard.Platform.Windows7, shortName: "win", title: "WebKit1\xa0Release\xa0Build\xa0EWS"}
     };
 

Modified: trunk/Tools/ChangeLog (226252 => 226253)


--- trunk/Tools/ChangeLog	2017-12-22 01:17:45 UTC (rev 226252)
+++ trunk/Tools/ChangeLog	2017-12-22 02:17:58 UTC (rev 226253)
@@ -1,3 +1,11 @@
+2017-12-21  Ling Ho <lingcherd...@apple.com>
+
+        "Release 32-bit Build EWS" queue should be moved up to macOS High Sierra on Bot Watcher's Dashboard
+        https://bugs.webkit.org/show_bug.cgi?id=181071
+
+        Reviewed by Alexey Proskuryakov.
+
+
 2017-12-21  Mark Lam  <mark....@apple.com>
 
         Add WTF::PoisonedUniquePtr to replace std::unique_ptr when poisoning is desired.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to