[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:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@247413 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js b/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js
index ae4365b..a36b6b4 100644
--- a/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js
+++ b/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js
@@ -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);
diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 15c742c..32eaf2d 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,5 +1,15 @@
 2019-07-12  Aakash Jain  <aakash_jain@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_jain@apple.com>
+
         [ews-build] Enable wincairo queue on new EWS
         https://bugs.webkit.org/show_bug.cgi?id=199593
 
diff --git a/Tools/QueueStatusServer/config/queues.py b/Tools/QueueStatusServer/config/queues.py
index 24993ae..7cdde2d 100644
--- a/Tools/QueueStatusServer/config/queues.py
+++ b/Tools/QueueStatusServer/config/queues.py
@@ -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,