Changeset 243500 in webkit
- Timestamp:
- Mar 26, 2019, 10:08:17 AM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
BuildSlaveSupport/ews-app/ews/views/statusbubble.py (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py
r243332 r243500 40 40 ALL_QUEUES = ['api-ios', 'api-mac', 'bindings', 'gtk', 'ios', 'ios-sim', 'ios-wk2', 'jsc', 'mac', 'mac-32bit', 'mac-32bit-wk2', 41 41 'mac-debug', 'mac-debug-wk1', 'mac-wk1', 'mac-wk2', 'style', 'webkitperl', 'webkitpy', 'win', 'wincairo', 'wpe'] 42 ENABLED_QUEUES = ['api-ios', 'api-mac' ]42 ENABLED_QUEUES = ['api-ios', 'api-mac', 'webkitperl'] 43 43 44 44 def _build_bubble(self, patch, queue): -
trunk/Tools/ChangeLog
r243496 r243500 1 2019-03-26 Aakash Jain <aakash_jain@apple.com> 2 3 [ews-app] Add webkitperl to ENABLED_QUEUES 4 https://bugs.webkit.org/show_bug.cgi?id=196253 5 6 Reviewed by Lucas Forschler. 7 8 * BuildSlaveSupport/ews-app/ews/views/statusbubble.py: 9 1 10 2019-03-25 Alexey Proskuryakov <ap@apple.com> 2 11
Note:
See TracChangeset
for help on using the changeset viewer.