Title: [252775] trunk/Tools
Revision
252775
Author
[email protected]
Date
2019-11-22 07:28:21 -0800 (Fri, 22 Nov 2019)

Log Message

Remove JSC 32bit ARMv7 and MipsEl old EWS queues
https://bugs.webkit.org/show_bug.cgi?id=204344

Patch by Paulo Matos <[email protected]> on 2019-11-22
Reviewed by Aakash Jain.

Remove JSC armv7 and mips from old EWS queue and fix bubbles
by removing them from old ews and adding them to new ews.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
(BubbleQueueServer):
* BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
(StatusBubble):
* QueueStatusServer/config/queues.py:

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2019-11-22 15:23:03 UTC (rev 252774)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2019-11-22 15:28:21 UTC (rev 252775)
@@ -27,8 +27,6 @@
 {
     const queueInfo = {
         "commit-queue": {platform: Dashboard.Platform.macOSHighSierra, shortName: "commit", title: "Commit Queue"},
-        "jsc-armv7-ews": {platform: Dashboard.Platform.LinuxJSCOnly, shortName: "jsc-armv7", title: "ARMv7\xa0Release\xa0Build\xa0EWS"},
-        "jsc-mips-ews": {platform: Dashboard.Platform.LinuxJSCOnly, shortName: "jsc-mips-ews", title: "MIPS\xa0Release\xa0Build\xa0EWS"},
         "win-ews": {platform: Dashboard.Platform.Windows10, shortName: "win", title: "WebKit1\xa0Release\xa0Build\xa0EWS"},
     };
 

Modified: trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py (252774 => 252775)


--- trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py	2019-11-22 15:23:03 UTC (rev 252774)
+++ trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py	2019-11-22 15:28:21 UTC (rev 252775)
@@ -40,9 +40,9 @@
     # These queue names are from shortname in https://trac.webkit.org/browser/webkit/trunk/Tools/BuildSlaveSupport/ews-build/config.json
     # FIXME: Auto-generate this list https://bugs.webkit.org/show_bug.cgi?id=195640
     ALL_QUEUES = ['style', 'ios', 'ios-sim', 'mac', 'mac-debug', 'gtk', 'wpe', 'wincairo',
-                  'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'api-ios', 'api-mac', 'bindings', 'jsc', 'webkitperl', 'webkitpy', 'win', 'services']
+                  'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'api-ios', 'api-mac', 'bindings', 'jsc', 'jsc-armv7', 'jsc-mips', 'webkitperl', 'webkitpy', 'win', 'services']
     ENABLED_QUEUES = ['style', 'ios', 'ios-sim', 'mac', 'mac-debug', 'gtk', 'wpe', 'wincairo',
-                      'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'api-ios', 'api-mac', 'bindings', 'jsc', 'webkitperl', 'webkitpy', 'services']
+                      'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'api-ios', 'api-mac', 'bindings', 'jsc', 'jsc-armv7', 'jsc-mips', 'webkitperl', 'webkitpy', 'services']
     # FIXME: Auto-generate the queue's trigger relationship
     QUEUE_TRIGGERS = {
         'api-ios': 'ios-sim',

Modified: trunk/Tools/ChangeLog (252774 => 252775)


--- trunk/Tools/ChangeLog	2019-11-22 15:23:03 UTC (rev 252774)
+++ trunk/Tools/ChangeLog	2019-11-22 15:28:21 UTC (rev 252775)
@@ -1,5 +1,21 @@
 2019-11-22  Paulo Matos  <[email protected]>
 
+        Remove JSC 32bit ARMv7 and MipsEl old EWS queues
+        https://bugs.webkit.org/show_bug.cgi?id=204344
+
+        Reviewed by Aakash Jain.
+
+        Remove JSC armv7 and mips from old EWS queue and fix bubbles
+        by removing them from old ews and adding them to new ews.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
+        (BubbleQueueServer):
+        * BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
+        (StatusBubble):
+        * QueueStatusServer/config/queues.py:
+
+2019-11-22  Paulo Matos  <[email protected]>
+
         Support JSCOnly platform in test reporting
         https://bugs.webkit.org/show_bug.cgi?id=204495
 

Modified: trunk/Tools/QueueStatusServer/config/queues.py (252774 => 252775)


--- trunk/Tools/QueueStatusServer/config/queues.py	2019-11-22 15:23:03 UTC (rev 252774)
+++ trunk/Tools/QueueStatusServer/config/queues.py	2019-11-22 15:28:21 UTC (rev 252775)
@@ -32,8 +32,6 @@
 # Eventually the list of queues may be stored in the data store.
 all_queue_names = [
     "commit-queue",
-    "jsc-mips-ews",
-    "jsc-armv7-ews",
     "jsc-i386-ews",
     "win-ews",
 ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to