⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243897 in webkit


Ignore:
Timestamp:
Apr 4, 2019, 1:38:50 PM (7 years ago)
Author:
aakash_jain@apple.com
Message:

[ews-app] Status bubble should not display skipped buildbot steps
https://bugs.webkit.org/show_bug.cgi?id=196584

Reviewed by Lucas Forschler.

  • BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
Location:
trunk/Tools
Files:
2 edited

Legend:

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

    r243823 r243897  
    4242    ENABLED_QUEUES = ['api-ios', 'api-mac', 'webkitperl']
    4343
    44     STEPS_TO_HIDE = ['Killed old processes', 'Configured build', '^OS:.*Xcode:']
     44    STEPS_TO_HIDE = ['Killed old processes', 'Configured build', '^OS:.*Xcode:', '(skipped)']
    4545
    4646    def _build_bubble(self, patch, queue):
  • trunk/Tools/ChangeLog

    r243896 r243897  
     12019-04-04  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews-app] Status bubble should not display skipped buildbot steps
     4        https://bugs.webkit.org/show_bug.cgi?id=196584
     5
     6        Reviewed by Lucas Forschler.
     7
     8        * BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
     9
    1102019-04-04  Aakash Jain  <aakash_jain@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.