Title: [225287] trunk/Tools
Revision
225287
Author
ryanhad...@apple.com
Date
2017-11-29 12:30:37 -0800 (Wed, 29 Nov 2017)

Log Message

webkitpy EWS should be present on the dashboard.
https://bugs.webkit.org/show_bug.cgi?id=179801

Reviewed by Aakash Jain.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
(BubbleQueueServer): Add Webkitpy EWS.

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2017-11-29 20:12:32 UTC (rev 225286)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2017-11-29 20:30:37 UTC (rev 225287)
@@ -32,6 +32,7 @@
         "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.MacOSXElCapitan, shortName: "jsc", title: "Release\xa0JSC\xa0Tests\xa0EWS"},
         "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"},

Modified: trunk/Tools/ChangeLog (225286 => 225287)


--- trunk/Tools/ChangeLog	2017-11-29 20:12:32 UTC (rev 225286)
+++ trunk/Tools/ChangeLog	2017-11-29 20:30:37 UTC (rev 225287)
@@ -1,3 +1,13 @@
+2017-11-29  Ryan Haddad  <ryanhad...@apple.com>
+
+        webkitpy EWS should be present on the dashboard.
+        https://bugs.webkit.org/show_bug.cgi?id=179801
+
+        Reviewed by Aakash Jain.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
+        (BubbleQueueServer): Add Webkitpy EWS.
+
 2017-11-29  Simon Fraser  <simon.fra...@apple.com>
 
         Viewport unit values affected by Comand-+ zoom
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to