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

Changeset 243500 in webkit


Ignore:
Timestamp:
Mar 26, 2019, 10:08:17 AM (7 years ago)
Author:
aakash_jain@apple.com
Message:

[ews-app] Add webkitperl to ENABLED_QUEUES
https://bugs.webkit.org/show_bug.cgi?id=196253

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

    r243332 r243500  
    4040    ALL_QUEUES = ['api-ios', 'api-mac', 'bindings', 'gtk', 'ios', 'ios-sim', 'ios-wk2', 'jsc', 'mac', 'mac-32bit', 'mac-32bit-wk2',
    4141                    'mac-debug', 'mac-debug-wk1', 'mac-wk1', 'mac-wk2', 'style', 'webkitperl', 'webkitpy', 'win', 'wincairo', 'wpe']
    42     ENABLED_QUEUES = ['api-ios', 'api-mac']
     42    ENABLED_QUEUES = ['api-ios', 'api-mac', 'webkitperl']
    4343
    4444    def _build_bubble(self, patch, queue):
  • trunk/Tools/ChangeLog

    r243496 r243500  
     12019-03-26  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews-app] Add webkitperl to ENABLED_QUEUES
     4        https://bugs.webkit.org/show_bug.cgi?id=196253
     5
     6        Reviewed by Lucas Forschler.
     7
     8        * BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
     9
    1102019-03-25  Alexey Proskuryakov  <ap@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.