Title: [227258] trunk/Tools
Revision
227258
Author
[email protected]
Date
2018-01-19 18:24:06 -0800 (Fri, 19 Jan 2018)

Log Message

Move Bingdings EWS and Webkitpy EWS queues to High Sierra on buildbot dashboard.
https://bugs.webkit.org/show_bug.cgi?id=181881

Reviewed by Alexey Proskuryakov.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
(BubbleQueueServer):
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js:
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css:
(table.queue-grid tr.platform.mac-os-x-elcapitan img.logo): Deleted.

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2018-01-20 01:58:47 UTC (rev 227257)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2018-01-20 02:24:06 UTC (rev 227258)
@@ -31,13 +31,13 @@
         "gtk-wk2-ews": {platform: Dashboard.Platform.LinuxGTK, shortName: "gtk-wk2", title: "WebKit2\xa0Release\xa0Build\xa0EWS"},
         "ios-ews": {platform: Dashboard.Platform.iOS11Device, shortName: "ios", title: "Release\xa0Build\xa0EWS"},
         "ios-sim-ews": {platform: Dashboard.Platform.iOS11Simulator, shortName: "ios-sim", title: "WebKit2\xa0Release\xa0Tests\xa0EWS"},
-        "bindings-ews": {platform: Dashboard.Platform.MacOSXElCapitan, shortName: "bindings", title: "Bindings\xa0EWS"},
-        "webkitpy-ews": {platform: Dashboard.Platform.MacOSXElCapitan, shortName: "webkitpy", title: "Webkitpy\xa0EWS"},
         "jsc-ews": {platform: Dashboard.Platform.macOSSierra, shortName: "jsc", title: "Release\xa0JSC\xa0Tests\xa0EWS"},
         "mac-ews": {platform: Dashboard.Platform.macOSSierra, shortName: "mac", title: "WebKit1\xa0Release\xa0Tests\xa0EWS"},
         "mac-wk2-ews": {platform: Dashboard.Platform.macOSSierra, shortName: "mac-wk2", title: "WebKit2\xa0Release\xa0Tests\xa0EWS"},
         "mac-debug-ews": {platform: Dashboard.Platform.macOSSierra, shortName: "mac-debug", title: "WebKit1\xa0Debug\xa0Tests\xa0EWS"},
         "mac-32bit-ews": {platform: Dashboard.Platform.macOSHighSierra, shortName: "mac-32bit", title: "Release\xa032\u2011bit\xa0Build\xa0EWS"},
+        "bindings-ews": {platform: Dashboard.Platform.macOSHighSierra, shortName: "bindings", title: "Bindings\xa0EWS"},
+        "webkitpy-ews": {platform: Dashboard.Platform.macOSHighSierra, shortName: "webkitpy", title: "Webkitpy\xa0EWS"},
         "win-ews": {platform: Dashboard.Platform.Windows7, shortName: "win", title: "WebKit1\xa0Release\xa0Build\xa0EWS"}
     };
 

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js (227257 => 227258)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js	2018-01-20 01:58:47 UTC (rev 227257)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js	2018-01-20 02:24:06 UTC (rev 227258)
@@ -27,7 +27,6 @@
     Platform: {
         macOSHighSierra: { name: "macos-highsierra", readableName: "macOS High Sierra", order: 7 },
         macOSSierra: { name: "macos-sierra", readableName: "macOS Sierra", order: 8 },
-        MacOSXElCapitan: { name: "mac-os-x-elcapitan", readableName: "OS X El Capitan", order: 9 },
         iOS11Simulator: { name: "ios-simulator-11", readableName: "iOS 11 Simulator", order: 20 },
         iOS11Device: { name: "ios-11", readableName: "iOS 11", order: 25 },
         Windows8: { name: "windows-8", readableName: "Windows 8", order: 50 },

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css (227257 => 227258)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css	2018-01-20 01:58:47 UTC (rev 227257)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css	2018-01-20 02:24:06 UTC (rev 227258)
@@ -180,10 +180,6 @@
     content: -webkit-image-set(url(../Images/[email protected]) 2x, url(../Images/IOS11.png) 1x);
 }
 
-table.queue-grid tr.platform.mac-os-x-elcapitan img.logo {
-    content: -webkit-image-set(url(../Images/[email protected]) 2x, url(../Images/ElCapitan.png) 1x);
-}
-
 table.queue-grid tr.platform.macos-sierra img.logo {
     content: -webkit-image-set(url(../Images/[email protected]) 2x, url(../Images/Sierra.png) 1x);
 }

Modified: trunk/Tools/ChangeLog (227257 => 227258)


--- trunk/Tools/ChangeLog	2018-01-20 01:58:47 UTC (rev 227257)
+++ trunk/Tools/ChangeLog	2018-01-20 02:24:06 UTC (rev 227258)
@@ -1,3 +1,16 @@
+2018-01-19  Ling Ho  <[email protected]>
+
+        Move Bingdings EWS and Webkitpy EWS queues to High Sierra on buildbot dashboard.
+        https://bugs.webkit.org/show_bug.cgi?id=181881
+
+        Reviewed by Alexey Proskuryakov.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
+        (BubbleQueueServer):
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js:
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css:
+        (table.queue-grid tr.platform.mac-os-x-elcapitan img.logo): Deleted.
+
 2018-01-19  Youenn Fablet  <[email protected]>
 
         Do not go to the storage process when registering a service worker client if there is no service worker registered
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to