Changeset 248103 in webkit


Ignore:
Timestamp:
Aug 1, 2019 8:14:16 AM (5 years ago)
Author:
aakash_jain@apple.com
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.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py

    r248088 r248103  
    4747    QUEUE_TRIGGERS = {
    4848        'api-ios': 'ios-sim',
     49        'ios-wk2': 'ios-sim',
    4950        'api-mac': 'mac',
     51        'mac-wk1': 'mac',
     52        'mac-wk2': 'mac',
     53        'mac-debug-wk1': 'mac-debug',
    5054    }
    5155
  • trunk/Tools/ChangeLog

    r248099 r248103  
     12019-08-01  Aakash Jain  <aakash_jain@apple.com>
     2
     3        New EWS: Cannot see build status page when patch is waiting for tester
     4        https://bugs.webkit.org/show_bug.cgi?id=200333
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        * BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
     9        (StatusBubble): While patch hasn't started processing on tester queue, display build information from builder queue.
     10
    1112019-08-01  Carlos Garcia Campos  <cgarcia@igalia.com>
    212
Note: See TracChangeset for help on using the changeset viewer.