Title: [235678] trunk/Tools
Revision
235678
Author
[email protected]
Date
2018-09-05 10:58:45 -0700 (Wed, 05 Sep 2018)

Log Message

Add WinCairo to bot watcher's dashboard.
https://bugs.webkit.org/show_bug.cgi?id=189273

Reviewed by Aakash Jain.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/Windows10.png: Added.
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/[email protected]: Added.

* 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.windows-10 img.logo): Added.
(table.queue-grid tr.platform.windows-8 img.logo): Deleted.
(table.queue-grid tr.platform.windows-xp img.logo): Deleted.
Add Win10 section to dashboard. Remove unused WinXP and Win8 sections.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
(BubbleQueueServer):
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
(WebKitBuildbot):
Add WinCairo build, test, and EWS bots to Win10 section of dashboard.

Modified Paths

Added Paths

Diff

Added: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/Windows10.png


(Binary files differ)
Index: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/Windows10.png =================================================================== --- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/Windows10.png 2018-09-05 17:54:05 UTC (rev 235677) +++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/Windows10.png 2018-09-05 17:58:45 UTC (rev 235678) Property changes on: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/Windows10.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/[email protected]


(Binary files differ)
Index: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/[email protected] =================================================================== --- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/[email protected] 2018-09-05 17:54:05 UTC (rev 235677) +++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/[email protected] 2018-09-05 17:58:45 UTC (rev 235678) Property changes on: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/[email protected] ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2018-09-05 17:54:05 UTC (rev 235677)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2018-09-05 17:58:45 UTC (rev 235678)
@@ -38,7 +38,8 @@
         "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"}
+        "win-ews": {platform: Dashboard.Platform.Windows7, shortName: "win", title: "WebKit1\xa0Release\xa0Build\xa0EWS"},
+        "wincairo-ews": {platform: Dashboard.Platform.Windows10, shortName: "wincairo", title: "WebKit1\xa0Release\xa0Build\xa0EWS"}
     };
 
     BaseObject.call(this);

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js	2018-09-05 17:54:05 UTC (rev 235677)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js	2018-09-05 17:58:45 UTC (rev 235678)
@@ -30,9 +30,8 @@
         macOSSierra: { name: "macos-sierra", readableName: "macOS Sierra", order: 8 },
         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 },
+        Windows10: { name: "windows-10", readableName: "Windows 10", order: 50 },
         Windows7: { name: "windows-7", readableName: "Windows 7", order: 60 },
-        WindowsXP: { name: "windows-xp", readableName: "Windows XP", order: 70 },
         LinuxWPE: { name : "linux-wpe", readableName: "Linux WPE", order: 90 },
         LinuxGTK: { name : "linux-gtk", readableName: "Linux GTK", order: 91 }
     },

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js	2018-09-05 17:54:05 UTC (rev 235677)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js	2018-09-05 17:58:45 UTC (rev 235678)
@@ -61,6 +61,10 @@
         "Apple Win Release (Build)": {platform: Dashboard.Platform.Windows7, builder: true, architecture: Buildbot.BuildArchitecture.ThirtyTwoBit},
         "Apple Win 7 Debug (Tests)": {platform: Dashboard.Platform.Windows7, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
         "Apple Win 7 Release (Tests)": {platform: Dashboard.Platform.Windows7, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
+        "WinCairo 64-bit WKL Release (Build)": {platform: Dashboard.Platform.Windows10, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},
+        "WinCairo 64-bit WKL Release (Tests)": {platform: Dashboard.Platform.Windows10, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
+        "WinCairo 64-bit WKL Debug (Build)": {platform: Dashboard.Platform.Windows10, debug: true, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},
+        "WinCairo 64-bit WKL Debug (Tests)": {platform: Dashboard.Platform.Windows10, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
         "WPE Linux 64-bit Release (Build)": {platform: Dashboard.Platform.LinuxWPE, debug: false, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},
         "WPE Linux 64-bit Release (Tests)": {platform: Dashboard.Platform.LinuxWPE, debug: false, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
         "WPE Linux 64-bit Debug (Build)": {platform: Dashboard.Platform.LinuxWPE, debug: true, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css	2018-09-05 17:54:05 UTC (rev 235677)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css	2018-09-05 17:58:45 UTC (rev 235678)
@@ -192,8 +192,8 @@
     content: -webkit-image-set(url(../Images/[email protected]) 2x, url(../Images/Mojave.png) 1x);
 }
 
-table.queue-grid tr.platform.windows-8 img.logo {
-    content: -webkit-image-set(url(../Images/[email protected]) 2x, url(../Images/Windows8.png) 1x);
+table.queue-grid tr.platform.windows-10 img.logo {
+    content: -webkit-image-set(url(../Images/[email protected]) 2x, url(../Images/Windows10.png) 1x);
 }
 
 table.queue-grid tr.platform.windows-7 img.logo {
@@ -200,10 +200,6 @@
     content: -webkit-image-set(url(../Images/[email protected]) 2x, url(../Images/Windows7.png) 1x);
 }
 
-table.queue-grid tr.platform.windows-xp img.logo {
-    content: -webkit-image-set(url(../Images/[email protected]) 2x, url(../Images/WindowsXP.png) 1x);
-}
-
 table.queue-grid tr.platform.linux-gtk img.logo {
     content: -webkit-image-set(url(../Images/[email protected]) 2x, url(../Images/GTK.png) 1x);
 }

Modified: trunk/Tools/ChangeLog (235677 => 235678)


--- trunk/Tools/ChangeLog	2018-09-05 17:54:05 UTC (rev 235677)
+++ trunk/Tools/ChangeLog	2018-09-05 17:58:45 UTC (rev 235678)
@@ -1,3 +1,26 @@
+2018-09-05  Ross Kirsling  <[email protected]>
+
+        Add WinCairo to bot watcher's dashboard.
+        https://bugs.webkit.org/show_bug.cgi?id=189273
+
+        Reviewed by Aakash Jain.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/Windows10.png: Added.
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/[email protected]: Added.
+
+        * 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.windows-10 img.logo): Added.
+        (table.queue-grid tr.platform.windows-8 img.logo): Deleted.
+        (table.queue-grid tr.platform.windows-xp img.logo): Deleted.
+        Add Win10 section to dashboard. Remove unused WinXP and Win8 sections.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
+        (BubbleQueueServer):
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
+        (WebKitBuildbot):
+        Add WinCairo build, test, and EWS bots to Win10 section of dashboard.
+
 2018-09-05  David Kilzer  <[email protected]>
 
         REGRESSION (r209470): EditingHistory folder is missing in EditingHistory Xcode project
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to