Changeset 252775 in webkit
- Timestamp:
- Nov 22, 2019, 7:28:21 AM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 4 edited
-
BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js (modified) (1 diff)
-
BuildSlaveSupport/ews-app/ews/views/statusbubble.py (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
-
QueueStatusServer/config/queues.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js
r252453 r252775 28 28 const queueInfo = { 29 29 "commit-queue": {platform: Dashboard.Platform.macOSHighSierra, shortName: "commit", title: "Commit Queue"}, 30 "jsc-armv7-ews": {platform: Dashboard.Platform.LinuxJSCOnly, shortName: "jsc-armv7", title: "ARMv7\xa0Release\xa0Build\xa0EWS"},31 "jsc-mips-ews": {platform: Dashboard.Platform.LinuxJSCOnly, shortName: "jsc-mips-ews", title: "MIPS\xa0Release\xa0Build\xa0EWS"},32 30 "win-ews": {platform: Dashboard.Platform.Windows10, shortName: "win", title: "WebKit1\xa0Release\xa0Build\xa0EWS"}, 33 31 }; -
trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py
r252453 r252775 41 41 # FIXME: Auto-generate this list https://bugs.webkit.org/show_bug.cgi?id=195640 42 42 ALL_QUEUES = ['style', 'ios', 'ios-sim', 'mac', 'mac-debug', 'gtk', 'wpe', 'wincairo', 43 'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'api-ios', 'api-mac', 'bindings', 'jsc', ' webkitperl', 'webkitpy', 'win', 'services']43 'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'api-ios', 'api-mac', 'bindings', 'jsc', 'jsc-armv7', 'jsc-mips', 'webkitperl', 'webkitpy', 'win', 'services'] 44 44 ENABLED_QUEUES = ['style', 'ios', 'ios-sim', 'mac', 'mac-debug', 'gtk', 'wpe', 'wincairo', 45 'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'api-ios', 'api-mac', 'bindings', 'jsc', ' webkitperl', 'webkitpy', 'services']45 'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'api-ios', 'api-mac', 'bindings', 'jsc', 'jsc-armv7', 'jsc-mips', 'webkitperl', 'webkitpy', 'services'] 46 46 # FIXME: Auto-generate the queue's trigger relationship 47 47 QUEUE_TRIGGERS = { -
trunk/Tools/ChangeLog
r252773 r252775 1 2019-11-22 Paulo Matos <pmatos@igalia.com> 2 3 Remove JSC 32bit ARMv7 and MipsEl old EWS queues 4 https://bugs.webkit.org/show_bug.cgi?id=204344 5 6 Reviewed by Aakash Jain. 7 8 Remove JSC armv7 and mips from old EWS queue and fix bubbles 9 by removing them from old ews and adding them to new ews. 10 11 * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js: 12 (BubbleQueueServer): 13 * BuildSlaveSupport/ews-app/ews/views/statusbubble.py: 14 (StatusBubble): 15 * QueueStatusServer/config/queues.py: 16 1 17 2019-11-22 Paulo Matos <pmatos@igalia.com> 2 18 -
trunk/Tools/QueueStatusServer/config/queues.py
r252453 r252775 33 33 all_queue_names = [ 34 34 "commit-queue", 35 "jsc-mips-ews",36 "jsc-armv7-ews",37 35 "jsc-i386-ews", 38 36 "win-ews",
Note:
See TracChangeset
for help on using the changeset viewer.