Title: [258683] trunk/Tools
Revision
258683
Author
ryanhad...@apple.com
Date
2020-03-19 00:04:17 -0700 (Thu, 19 Mar 2020)

Log Message

Remove commit queue bubble from bot watchers dashboard
https://bugs.webkit.org/show_bug.cgi?id=209271

Reviewed by Alexey Proskuryakov.

Remove commit queue bubble from bot watchers dashboard now that it has moved to the new EWS.

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

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2020-03-19 05:23:14 UTC (rev 258682)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2020-03-19 07:04:17 UTC (rev 258683)
@@ -25,9 +25,7 @@
 
 BubbleQueueServer = function()
 {
-    const queueInfo = {
-        "commit-queue": {platform: Dashboard.Platform.macOSMojave, shortName: "commit", title: "Commit Queue"},
-    };
+    const queueInfo = {};
 
     BaseObject.call(this);
 

Modified: trunk/Tools/ChangeLog (258682 => 258683)


--- trunk/Tools/ChangeLog	2020-03-19 05:23:14 UTC (rev 258682)
+++ trunk/Tools/ChangeLog	2020-03-19 07:04:17 UTC (rev 258683)
@@ -1,3 +1,15 @@
+2020-03-19  Ryan Haddad  <ryanhad...@apple.com>
+
+        Remove commit queue bubble from bot watchers dashboard
+        https://bugs.webkit.org/show_bug.cgi?id=209271
+
+        Reviewed by Alexey Proskuryakov.
+
+        Remove commit queue bubble from bot watchers dashboard now that it has moved to the new EWS.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
+        (BubbleQueueServer): 
+
 2020-03-18  Simon Fraser  <simon.fra...@apple.com>
 
         eventSender.monitorWheelEvents() is very fragile
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to