Title: [247413] trunk/Tools
Revision
247413
Author
aakash_j...@apple.com
Date
2019-07-12 20:22:35 -0700 (Fri, 12 Jul 2019)

Log Message

[ews-build] Remove wincairo queue from old EWS and dashboard
https://bugs.webkit.org/show_bug.cgi?id=199776

Reviewed by Don Olmstead.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
* QueueStatusServer/config/queues.py:

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2019-07-13 03:21:07 UTC (rev 247412)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2019-07-13 03:22:35 UTC (rev 247413)
@@ -36,7 +36,6 @@
         "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.Windows10, shortName: "win", title: "WebKit1\xa0Release\xa0Build\xa0EWS"},
-        "wincairo-ews": {platform: Dashboard.Platform.WinCairo, shortName: "wincairo", title: "WebKit1\xa0Release\xa0Build\xa0EWS"},
     };
 
     BaseObject.call(this);

Modified: trunk/Tools/ChangeLog (247412 => 247413)


--- trunk/Tools/ChangeLog	2019-07-13 03:21:07 UTC (rev 247412)
+++ trunk/Tools/ChangeLog	2019-07-13 03:22:35 UTC (rev 247413)
@@ -1,5 +1,15 @@
 2019-07-12  Aakash Jain  <aakash_j...@apple.com>
 
+        [ews-build] Remove wincairo queue from old EWS and dashboard
+        https://bugs.webkit.org/show_bug.cgi?id=199776
+
+        Reviewed by Don Olmstead.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
+        * QueueStatusServer/config/queues.py:
+
+2019-07-12  Aakash Jain  <aakash_j...@apple.com>
+
         [ews-build] Enable wincairo queue on new EWS
         https://bugs.webkit.org/show_bug.cgi?id=199593
 

Modified: trunk/Tools/QueueStatusServer/config/queues.py (247412 => 247413)


--- trunk/Tools/QueueStatusServer/config/queues.py	2019-07-13 03:21:07 UTC (rev 247412)
+++ trunk/Tools/QueueStatusServer/config/queues.py	2019-07-13 03:22:35 UTC (rev 247413)
@@ -42,7 +42,6 @@
     "mac-wk2-ews",
     "mac-debug-ews",
     "win-ews",
-    "wincairo-ews",
 ]
 
 # If the patch is still active after this much time, then a bot must have frozen or rebooted,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to