Modified: trunk/Tools/CISupport/ews-app/ews/views/statusbubble.py (275377 => 275378)
--- trunk/Tools/CISupport/ews-app/ews/views/statusbubble.py 2021-04-01 20:52:40 UTC (rev 275377)
+++ trunk/Tools/CISupport/ews-app/ews/views/statusbubble.py 2021-04-01 20:56:44 UTC (rev 275378)
@@ -44,7 +44,7 @@
# FIXME: Auto-generate this list https://bugs.webkit.org/show_bug.cgi?id=195640
# Note: This list is sorted in the order of which bubbles appear in bugzilla.
ALL_QUEUES = ['style', 'ios', 'ios-sim', 'mac', 'mac-debug', 'mac-AS-debug', 'tv', 'tv-sim', 'watch', 'watch-sim', 'gtk', 'wpe', 'wincairo', 'win',
- 'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'mac-AS-debug-wk2', 'api-ios', 'api-mac', 'api-gtk',
+ 'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-wk2-stress', 'mac-debug-wk1', 'mac-AS-debug-wk2', 'api-ios', 'api-mac', 'api-gtk',
'bindings', 'jsc', 'jsc-armv7', 'jsc-armv7-tests', 'jsc-mips', 'jsc-mips-tests', 'jsc-i386', 'webkitperl', 'webkitpy', 'services']
# FIXME: Auto-generate the queue's trigger relationship
QUEUE_TRIGGERS = {
@@ -53,6 +53,7 @@
'api-mac': 'mac',
'mac-wk1': 'mac',
'mac-wk2': 'mac',
+ 'mac-wk2-stress': 'mac',
'mac-debug-wk1': 'mac-debug',
'mac-AS-debug-wk2': 'mac-AS-debug',
'api-gtk': 'gtk',