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

Changeset 244792 in webkit


Ignore:
Timestamp:
Apr 30, 2019, 11:42:38 AM (7 years ago)
Author:
aakash_jain@apple.com
Message:

[ews-build] Enable Bindings tests queue on new EWS
https://bugs.webkit.org/show_bug.cgi?id=197424

Reviewed by Lucas Forschler.

  • BuildSlaveSupport/ews-app/ews/views/statusbubble.py:

(StatusBubble):

  • BuildSlaveSupport/ews-build/config.json:
Location:
trunk/Tools
Files:
3 edited

Legend:

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

    r244770 r244792  
    4242    ALL_QUEUES = ['api-ios', 'api-mac', 'bindings', 'gtk', 'ios', 'ios-sim', 'ios-wk2', 'jsc', 'mac', 'mac-32bit', 'mac-32bit-wk2',
    4343                    'mac-debug', 'mac-debug-wk1', 'mac-wk1', 'mac-wk2', 'style', 'webkitperl', 'webkitpy', 'win', 'wincairo', 'wpe']
    44     ENABLED_QUEUES = ['api-ios', 'api-mac', 'webkitperl', 'webkitpy']
     44    ENABLED_QUEUES = ['api-ios', 'api-mac', 'bindings', 'webkitperl', 'webkitpy']
    4545    # FIXME: Auto-generate the queue's trigger relationship
    4646    QUEUE_TRIGGERS = {
  • trunk/Tools/BuildSlaveSupport/ews-build/config.json

    r244790 r244792  
    435435      "name": "try",
    436436      "port": 5555,
    437       "builderNames": ["macOS-High-Sierra-Release-Build-EWS",
     437      "builderNames": ["Bindings-Tests-EWS", "macOS-High-Sierra-Release-Build-EWS",
    438438                       "iOS-12-Simulator-Build-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS"]
    439439    },
     
    442442      "name": "disabled",
    443443      "port": 5556,
    444       "builderNames": ["Bindings-Tests-EWS", "GTK-Webkit2-EWS", "iOS-12-Build-EWS", "JSC-Tests-EWS",
     444      "builderNames": ["GTK-Webkit2-EWS", "iOS-12-Build-EWS", "JSC-Tests-EWS",
    445445                       "iOS-12-Simulator-WK2-Tests-EWS", "macOS-High-Sierra-Release-WK2-Tests-EWS",  "macOS-High-Sierra-Release-WK1-Tests-EWS",
    446446                       "macOS-High-Sierra-Debug-Build-EWS", "Style-EWS", "WinCairo-EWS", "Windows-EWS", "WPE-EWS"]
  • trunk/Tools/ChangeLog

    r244790 r244792  
     12019-04-30  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews-build] Enable Bindings tests queue on new EWS
     4        https://bugs.webkit.org/show_bug.cgi?id=197424
     5
     6        Reviewed by Lucas Forschler.
     7
     8        * BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
     9        (StatusBubble):
     10        * BuildSlaveSupport/ews-build/config.json:
     11
    1122019-04-30  Aakash Jain  <aakash_jain@apple.com>
    213
Note: See TracChangeset for help on using the changeset viewer.