Add EWS queues for tvOS and watchOS. It would prevent people from accidentally breaking these configurations.
Created attachment 403886 [details] Patch
Comment on attachment 403886 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=403886&action=review > Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py:46 > + ALL_QUEUES = ['style', 'ios', 'ios-sim', 'mac', 'mac-debug', 'tv', 'tv-sim', 'watch', 'watch-sim', 'gtk', 'wpe', 'wincairo', 'win', I think we should use 'tvos' and 'watchos' instead of 'tv' and 'watch'.
(In reply to Ryan Haddad from comment #2) > > Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py:46 > > + ALL_QUEUES = ['style', 'ios', 'ios-sim', 'mac', 'mac-debug', 'tv', 'tv-sim', 'watch', 'watch-sim', 'gtk', 'wpe', 'wincairo', 'win', > > I think we should use 'tvos' and 'watchos' instead of 'tv' and 'watch'. These names appear in status-bubbles on Bugzilla, so I was trying to keep them small (similar to 'mac' instead of 'macos').
(In reply to Aakash Jain from comment #3) > (In reply to Ryan Haddad from comment #2) > > > Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py:46 > > > + ALL_QUEUES = ['style', 'ios', 'ios-sim', 'mac', 'mac-debug', 'tv', 'tv-sim', 'watch', 'watch-sim', 'gtk', 'wpe', 'wincairo', 'win', > > > > I think we should use 'tvos' and 'watchos' instead of 'tv' and 'watch'. > These names appear in status-bubbles on Bugzilla, so I was trying to keep > them small (similar to 'mac' instead of 'macos'). If keeping the bubbles small is a priority, that's fine.
Comment on attachment 403886 [details] Patch Unofficial r=me. Code looks good.
Committed r264196: <https://trac.webkit.org/changeset/264196> All reviewed patches have been landed. Closing bug and clearing flags on attachment 403886 [details].
<rdar://problem/65290635>
Minor follow-up fix: https://trac.webkit.org/changeset/264327/webkit