Changeset 244770 in webkit
- Timestamp:
- Apr 30, 2019, 8:01:05 AM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
-
BuildSlaveSupport/ews-app/ews/views/statusbubble.py (modified) (1 diff)
-
BuildSlaveSupport/ews-build/config.json (modified) (3 diffs)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py
r244547 r244770 42 42 ALL_QUEUES = ['api-ios', 'api-mac', 'bindings', 'gtk', 'ios', 'ios-sim', 'ios-wk2', 'jsc', 'mac', 'mac-32bit', 'mac-32bit-wk2', 43 43 'mac-debug', 'mac-debug-wk1', 'mac-wk1', 'mac-wk2', 'style', 'webkitperl', 'webkitpy', 'win', 'wincairo', 'wpe'] 44 ENABLED_QUEUES = ['api-ios', 'api-mac', 'webkitperl' ]44 ENABLED_QUEUES = ['api-ios', 'api-mac', 'webkitperl', 'webkitpy'] 45 45 # FIXME: Auto-generate the queue's trigger relationship 46 46 QUEUE_TRIGGERS = { -
trunk/Tools/BuildSlaveSupport/ews-build/config.json
r243952 r244770 406 406 "factory": "WebKitPyFactory", 407 407 "platform": "*", 408 "workernames": [" webkit-misc"]408 "workernames": ["ews151"] 409 409 }, 410 410 { … … 436 436 "port": 5555, 437 437 "builderNames": ["macOS-High-Sierra-Release-Build-EWS", 438 "iOS-12-Simulator-Build-EWS", "WebKitPerl-Tests-EWS" ]438 "iOS-12-Simulator-Build-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS"] 439 439 }, 440 440 { … … 444 444 "builderNames": ["Bindings-Tests-EWS", "GTK-Webkit2-EWS", "iOS-12-Build-EWS", "JSC-Tests-EWS", 445 445 "iOS-12-Simulator-WK2-Tests-EWS", "macOS-High-Sierra-Release-WK2-Tests-EWS", "macOS-High-Sierra-Release-WK1-Tests-EWS", 446 "macOS-High-Sierra-Debug-Build-EWS", "Style-EWS", "WinCairo-EWS", "Windows-EWS", "W ebKitPy-Tests-EWS", "WPE-EWS"]446 "macOS-High-Sierra-Debug-Build-EWS", "Style-EWS", "WinCairo-EWS", "Windows-EWS", "WPE-EWS"] 447 447 }, 448 448 { -
trunk/Tools/ChangeLog
r244769 r244770 1 2019-04-30 Aakash Jain <aakash_jain@apple.com> 2 3 [ews-build] Enable webkitpy queue on new EWS 4 https://bugs.webkit.org/show_bug.cgi?id=197396 5 6 Reviewed by Lucas Forschler. 7 8 * BuildSlaveSupport/ews-app/ews/views/statusbubble.py: 9 (StatusBubble): 10 * BuildSlaveSupport/ews-build/config.json: 11 1 12 2019-04-30 Aakash Jain <aakash_jain@apple.com> 2 13
Note:
See TracChangeset
for help on using the changeset viewer.