Title: [248103] trunk/Tools
Revision
248103
Author
aakash_j...@apple.com
Date
2019-08-01 08:14:16 -0700 (Thu, 01 Aug 2019)

Log Message

New EWS: Cannot see build status page when patch is waiting for tester
https://bugs.webkit.org/show_bug.cgi?id=200333

Reviewed by Jonathan Bedard.

* BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
(StatusBubble): While patch hasn't started processing on tester queue, display build information from builder queue.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py (248102 => 248103)


--- trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py	2019-08-01 14:21:26 UTC (rev 248102)
+++ trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py	2019-08-01 15:14:16 UTC (rev 248103)
@@ -46,7 +46,11 @@
     # FIXME: Auto-generate the queue's trigger relationship
     QUEUE_TRIGGERS = {
         'api-ios': 'ios-sim',
+        'ios-wk2': 'ios-sim',
         'api-mac': 'mac',
+        'mac-wk1': 'mac',
+        'mac-wk2': 'mac',
+        'mac-debug-wk1': 'mac-debug',
     }
 
     STEPS_TO_HIDE = ['Killed old processes', 'Configured build', '^OS:.*Xcode:', '(skipped)']

Modified: trunk/Tools/ChangeLog (248102 => 248103)


--- trunk/Tools/ChangeLog	2019-08-01 14:21:26 UTC (rev 248102)
+++ trunk/Tools/ChangeLog	2019-08-01 15:14:16 UTC (rev 248103)
@@ -1,3 +1,13 @@
+2019-08-01  Aakash Jain  <aakash_j...@apple.com>
+
+        New EWS: Cannot see build status page when patch is waiting for tester
+        https://bugs.webkit.org/show_bug.cgi?id=200333
+
+        Reviewed by Jonathan Bedard.
+
+        * BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
+        (StatusBubble): While patch hasn't started processing on tester queue, display build information from builder queue.
+
 2019-08-01  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [SOUP] Switch to use libsoup WebSockets API
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to