Title: [275378] trunk/Tools
Revision
275378
Author
[email protected]
Date
2021-04-01 13:56:44 -0700 (Thu, 01 Apr 2021)

Log Message

Enable ews status bubble for stress tests ews
https://bugs.webkit.org/show_bug.cgi?id=224069

Reviewed by Jonathan Bedard.

* CISupport/ews-app/ews/views/statusbubble.py:
(StatusBubble):

Modified Paths

Diff

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',

Modified: trunk/Tools/ChangeLog (275377 => 275378)


--- trunk/Tools/ChangeLog	2021-04-01 20:52:40 UTC (rev 275377)
+++ trunk/Tools/ChangeLog	2021-04-01 20:56:44 UTC (rev 275378)
@@ -1,3 +1,13 @@
+2021-04-01  Aakash Jain  <[email protected]>
+
+        Enable ews status bubble for stress tests ews
+        https://bugs.webkit.org/show_bug.cgi?id=224069
+
+        Reviewed by Jonathan Bedard.
+
+        * CISupport/ews-app/ews/views/statusbubble.py:
+        (StatusBubble):
+
 2021-04-01  Myles C. Maxfield  <[email protected]>
 
         [Cocoa] REGRESSION(r272999): User-installed fonts no longer work in Mail
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to