Changeset 252453 in webkit
- Timestamp:
- Nov 14, 2019, 3:29:14 AM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 5 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)
-
BuildSlaveSupport/ews-build/config.json (modified) (2 diffs)
-
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
r249046 r252453 29 29 "commit-queue": {platform: Dashboard.Platform.macOSHighSierra, shortName: "commit", title: "Commit Queue"}, 30 30 "jsc-armv7-ews": {platform: Dashboard.Platform.LinuxJSCOnly, shortName: "jsc-armv7", title: "ARMv7\xa0Release\xa0Build\xa0EWS"}, 31 "jsc-ews": {platform: Dashboard.Platform.macOSMojave, shortName: "jsc", title: "Release\xa0JSC\xa0Tests\xa0EWS"},32 31 "jsc-mips-ews": {platform: Dashboard.Platform.LinuxJSCOnly, shortName: "jsc-mips-ews", title: "MIPS\xa0Release\xa0Build\xa0EWS"}, 33 32 "win-ews": {platform: Dashboard.Platform.Windows10, shortName: "win", title: "WebKit1\xa0Release\xa0Build\xa0EWS"}, -
trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py
r252017 r252453 43 43 'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'api-ios', 'api-mac', 'bindings', 'jsc', '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', ' webkitperl', 'webkitpy', 'services']45 'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'api-ios', 'api-mac', 'bindings', 'jsc', 'webkitperl', 'webkitpy', 'services'] 46 46 # FIXME: Auto-generate the queue's trigger relationship 47 47 QUEUE_TRIGGERS = { -
trunk/Tools/BuildSlaveSupport/ews-build/config.json
r250742 r252453 484 484 "port": 5555, 485 485 "builderNames": ["Apply-WatchList-EWS", "Bindings-Tests-EWS", "GTK-Webkit2-EWS", "iOS-13-Build-EWS", "iOS-13-Simulator-Build-EWS", 486 " macOS-High-Sierra-Debug-Build-EWS", "macOS-High-Sierra-Release-Build-EWS",486 "JSC-Tests-EWS", "macOS-High-Sierra-Debug-Build-EWS", "macOS-High-Sierra-Release-Build-EWS", 487 487 "Services-EWS", "Style-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS", "WPE-EWS", "WinCairo-EWS"] 488 488 }, … … 491 491 "name": "disabled", 492 492 "port": 5556, 493 "builderNames": [" JSC-Tests-EWS", "Windows-EWS"]493 "builderNames": ["Windows-EWS"] 494 494 }, 495 495 { -
trunk/Tools/ChangeLog
r252450 r252453 1 2019-11-14 Aakash Jain <aakash_jain@apple.com> 2 3 [ews] Enable JSC queue on new EWS 4 https://bugs.webkit.org/show_bug.cgi?id=204179 5 6 Reviewed by Jonathan Bedard. 7 8 * BuildSlaveSupport/ews-build/config.json: Enabled the scheduler for JSC queue. 9 * BuildSlaveSupport/ews-app/ews/views/statusbubble.py: Enabled JSC queue bubble on new EWS. 10 * QueueStatusServer/config/queues.py: Removed JSC queue from old EWS. 11 * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js: 12 (BubbleQueueServer): Removed JSC queue from bot-watcher's dashboard. 13 1 14 2019-11-13 Wenson Hsieh <wenson_hsieh@apple.com> 2 15 -
trunk/Tools/QueueStatusServer/config/queues.py
r249046 r252453 33 33 all_queue_names = [ 34 34 "commit-queue", 35 "jsc-ews",36 35 "jsc-mips-ews", 37 36 "jsc-armv7-ews",
Note:
See TracChangeset
for help on using the changeset viewer.