Title: [245674] trunk/Tools
Revision
245674
Author
ryanhad...@apple.com
Date
2019-05-22 23:57:34 -0700 (Wed, 22 May 2019)

Log Message

Move win-ews queue bubble to Win10 section of dashboard
https://bugs.webkit.org/show_bug.cgi?id=198159

Reviewed by Alexey Proskuryakov.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
(BubbleQueueServer): Change platform to Windows10 to match the OS version of the bots.

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2019-05-23 05:54:43 UTC (rev 245673)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2019-05-23 06:57:34 UTC (rev 245674)
@@ -37,7 +37,7 @@
         "mac-ews": {platform: Dashboard.Platform.macOSHighSierra, shortName: "mac", title: "WebKit1\xa0Release\xa0Tests\xa0EWS"},
         "mac-wk2-ews": {platform: Dashboard.Platform.macOSHighSierra, shortName: "mac-wk2", title: "WebKit2\xa0Release\xa0Tests\xa0EWS"},
         "mac-debug-ews": {platform: Dashboard.Platform.macOSHighSierra, shortName: "mac-debug", title: "WebKit1\xa0Debug\xa0Tests\xa0EWS"},
-        "win-ews": {platform: Dashboard.Platform.Windows7, shortName: "win", title: "WebKit1\xa0Release\xa0Build\xa0EWS"},
+        "win-ews": {platform: Dashboard.Platform.Windows10, shortName: "win", title: "WebKit1\xa0Release\xa0Build\xa0EWS"},
         "wincairo-ews": {platform: Dashboard.Platform.WinCairo, shortName: "wincairo", title: "WebKit1\xa0Release\xa0Build\xa0EWS"},
         "wpe-ews": {platform: Dashboard.Platform.LinuxWPE, shortName: "wpe", title: "WebKit2\xa0Release\xa0Build\xa0EWS"},
     };

Modified: trunk/Tools/ChangeLog (245673 => 245674)


--- trunk/Tools/ChangeLog	2019-05-23 05:54:43 UTC (rev 245673)
+++ trunk/Tools/ChangeLog	2019-05-23 06:57:34 UTC (rev 245674)
@@ -1,3 +1,13 @@
+2019-05-22  Ryan Haddad  <ryanhad...@apple.com>
+
+        Move win-ews queue bubble to Win10 section of dashboard
+        https://bugs.webkit.org/show_bug.cgi?id=198159
+
+        Reviewed by Alexey Proskuryakov.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
+        (BubbleQueueServer): Change platform to Windows10 to match the OS version of the bots.
+
 2019-05-22  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         [Mac] Add API test to make sure the system font is drawn just like in native code
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to