Changeset 246738 in webkit


Ignore:
Timestamp:
Jun 24, 2019 8:26:49 AM (5 years ago)
Author:
aakash_jain@apple.com
Message:

[ews-build] Enable iOS-12-Build queue on new EWS
https://bugs.webkit.org/show_bug.cgi?id=199149

Reviewed by Jonathan Bedard.

  • BuildSlaveSupport/ews-build/config.json: Enable iOS-12-Build-EWS trigger. Also temporarily share ews152 and ews154 with

this queue.

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

(StatusBubble): Enable ios status-bubble. Also display the ios bubble first (left). Going forward
will keep the builders to the left and testers to the right.

Location:
trunk/Tools
Files:
3 edited

Legend:

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

    r246656 r246738  
    4040    # These queue names are from shortname in https://trac.webkit.org/browser/webkit/trunk/Tools/BuildSlaveSupport/ews-build/config.json
    4141    # FIXME: Auto-generate this list https://bugs.webkit.org/show_bug.cgi?id=195640
    42     ALL_QUEUES = ['api-ios', 'api-mac', 'bindings', 'gtk', 'ios', 'ios-sim', 'ios-wk2', 'jsc', 'mac', 'mac-32bit', 'mac-32bit-wk2',
     42    ALL_QUEUES = ['ios', 'api-ios', 'api-mac', 'bindings', 'gtk', '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', 'bindings', 'webkitperl', 'webkitpy']
     44    ENABLED_QUEUES = ['ios', '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

    r245886 r246738  
    293293      "configuration": "release",
    294294      "architectures": ["arm64"],
    295       "workernames": ["ews108", "ews109"]
     295      "workernames": ["ews152", "ews154", "ews108", "ews109"]
    296296    },
    297297    {
     
    435435      "name": "try",
    436436      "port": 5555,
    437       "builderNames": ["Bindings-Tests-EWS", "macOS-High-Sierra-Release-Build-EWS",
    438                        "iOS-12-Simulator-Build-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS"]
     437      "builderNames": ["Bindings-Tests-EWS", "iOS-12-Build-EWS", "iOS-12-Simulator-Build-EWS",
     438                       "macOS-High-Sierra-Release-Build-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS"]
    439439    },
    440440    {
     
    442442      "name": "disabled",
    443443      "port": 5556,
    444       "builderNames": ["GTK-Webkit2-EWS", "iOS-12-Build-EWS", "JSC-Tests-EWS",
     444      "builderNames": ["GTK-Webkit2-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

    r246737 r246738  
     12019-06-24  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews-build] Enable iOS-12-Build queue on new EWS
     4        https://bugs.webkit.org/show_bug.cgi?id=199149
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        * BuildSlaveSupport/ews-build/config.json: Enable iOS-12-Build-EWS trigger. Also temporarily share ews152 and ews154 with
     9        this queue.
     10        * BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
     11        (StatusBubble): Enable ios status-bubble. Also display the ios bubble first (left). Going forward
     12        will keep the builders to the left and testers to the right.
     13
    1142019-06-24  Aakash Jain  <aakash_jain@apple.com>
    215
Note: See TracChangeset for help on using the changeset viewer.