Changeset 274590 in webkit


Ignore:
Timestamp:
Mar 17, 2021, 2:24:30 PM (5 years ago)
Author:
Matt Lewis
Message:

Add AppleSilicon and Debug WK2 Support to EWS
https://bugs.webkit.org/show_bug.cgi?id=223393

Reviewed by Aakash Jain.

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

(StatusBubble):

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

Legend:

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

    r272455 r274590  
    4444    # FIXME: Auto-generate this list https://bugs.webkit.org/show_bug.cgi?id=195640
    4545    # Note: This list is sorted in the order of which bubbles appear in bugzilla.
    46     ALL_QUEUES = ['style', 'ios', 'ios-sim', 'mac', 'mac-debug', 'mac-AS', 'tv', 'tv-sim', 'watch', 'watch-sim', 'gtk', 'wpe', 'wincairo', 'win',
    47                   'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'api-ios', 'api-mac', 'api-gtk',
     46    ALL_QUEUES = ['style', 'ios', 'ios-sim', 'mac', 'mac-debug', 'mac-AS-debug', 'tv', 'tv-sim', 'watch', 'watch-sim', 'gtk', 'wpe', 'wincairo', 'win',
     47                  'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'mac-AS-debug-wk2', 'api-ios', 'api-mac', 'api-gtk',
    4848                  'bindings', 'jsc', 'jsc-armv7', 'jsc-armv7-tests', 'jsc-mips', 'jsc-mips-tests', 'jsc-i386', 'webkitperl', 'webkitpy', 'services']
    4949    # FIXME: Auto-generate the queue's trigger relationship
     
    5555        'mac-wk2': 'mac',
    5656        'mac-debug-wk1': 'mac-debug',
     57        'mac-AS-debug-wk2': 'mac-AS-debug',
    5758        'api-gtk': 'gtk',
    5859        'jsc-mips-tests': 'jsc-mips',
  • trunk/Tools/CISupport/ews-build/config.json

    r272029 r274590  
    289289    {
    290290      "name": "ews170",
    291       "platform": "*"
     291      "platform": "tvos-simulator-14"
     292    },
     293    {
     294      "name": "ews171",
     295      "platform": "mac-bigsur"
     296    },
     297    {
     298      "name": "ews172",
     299      "platform": "mac-bigsur"
     300    },
     301    {
     302      "name": "ews173",
     303      "platform": "mac-bigsur"
     304    },
     305    {
     306      "name": "ews174",
     307      "platform": "mac-bigsur"
     308    },
     309    {
     310      "name": "ews175",
     311      "platform": "mac-bigsur"
     312    },
     313    {
     314      "name": "ews176",
     315      "platform": "mac-bigsur"
     316    },
     317    {
     318      "name": "ews177",
     319      "platform": "mac-bigsur"
     320    },
     321    {
     322      "name": "ews178",
     323      "platform": "mac-bigsur"
     324    },
     325    {
     326      "name": "ews179",
     327      "platform": "mac-bigsur"
     328    },
     329    {
     330      "name": "ews180",
     331      "platform": "mac-bigsur"
    292332    },
    293333    {
     
    398438    },
    399439    {
    400       "name": "macOS-Apple-Silicon-Big-Sur-Release-Build-EWS",
    401       "shortname": "mac-AS",
     440      "name": "macOS-AppleSilicon-Big-Sur-Debug-Build-EWS",
     441      "shortname": "mac-AS-debug",
    402442      "icon": "buildOnly",
    403443      "factory": "macOSBuildOnlyFactory",
    404444      "platform": "mac-bigsur",
    405       "configuration": "release",
     445      "configuration": "debug",
    406446      "architectures": ["arm64"],
    407       "workernames": ["ews129", "ews169"]
     447      "triggers": ["macos-applesilicon-big-sur-debug-wk2-tests-ews"],
     448      "workernames": ["ews171", "ews172", "ews173", "ews174"]
     449    },
     450    {
     451      "name": "macOS-AppleSilicon-Big-Sur-Debug-WK2-Tests-EWS",
     452      "shortname": "mac-AS-debug-wk2",
     453      "icon": "testOnly",
     454      "factory": "macOSWK2Factory",
     455      "platform": "mac-bigsur",
     456      "configuration": "debug",
     457      "architectures": ["arm64"],
     458      "triggered_by": ["macos-applesilicon-big-sur-debug-build-ews"],
     459      "workernames": [ "ews173", "ews174", "ews175", "ews176", "ews177", "ews178", "ews179", "ews180"]
    408460    },
    409461    {
     
    553605      "workernames": ["igalia-jsc32-mipsel-ews", "igalia-jsc32-mipsel-ews-03"]
    554606    },
    555         {
     607  {
    556608      "name": "JSC-MIPSEL-32bits-Tests-EWS",
    557609      "shortname": "jsc-mips-tests",
     
    673725      "name": "try",
    674726      "port": 5555,
    675       "builderNames": ["Apply-WatchList-EWS", "Bindings-Tests-EWS", "GTK-Build-EWS", "iOS-14-Build-EWS", "iOS-14-Simulator-Build-EWS",
    676                        "JSC-ARMv7-32bits-Build-EWS", "JSC-i386-32bits-EWS", "JSC-MIPSEL-32bits-Build-EWS", "JSC-Tests-EWS",
    677                        "macOS-Apple-Silicon-Big-Sur-Release-Build-EWS", "macOS-Catalina-Debug-Build-EWS", "macOS-Catalina-Release-Build-EWS",
    678                        "Services-EWS", "Style-EWS",
    679                        "tvOS-14-Build-EWS", "tvOS-14-Simulator-Build-EWS", "watchOS-7-Build-EWS", "watchOS-7-Simulator-Build-EWS",
    680                        "WPE-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS", "WinCairo-EWS", "Windows-EWS"]
     727      "builderNames": [
     728            "Apply-WatchList-EWS", "Bindings-Tests-EWS", "GTK-Build-EWS", "iOS-14-Build-EWS", "iOS-14-Simulator-Build-EWS",
     729            "JSC-ARMv7-32bits-Build-EWS", "JSC-i386-32bits-EWS", "JSC-MIPSEL-32bits-Build-EWS", "JSC-Tests-EWS",
     730            "macOS-AppleSilicon-Big-Sur-Debug-Build-EWS", "macOS-Catalina-Debug-Build-EWS", "macOS-Catalina-Release-Build-EWS",
     731            "Services-EWS", "Style-EWS", "tvOS-14-Build-EWS", "tvOS-14-Simulator-Build-EWS", "watchOS-7-Build-EWS",
     732            "watchOS-7-Simulator-Build-EWS", "WPE-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS", "WinCairo-EWS", "Windows-EWS"
     733      ]
    681734    },
    682735    {
     
    723776    {
    724777      "type": "Triggerable",
     778      "name": "macos-applesilicon-big-sur-debug-build-ews",
     779      "builderNames": [
     780        "macOS-AppleSilicon-Big-Sur-Debug-Build-EWS"
     781      ]
     782    },
     783    {
     784      "type": "Triggerable",
     785      "name": "macos-applesilicon-big-sur-debug-wk2-tests-ews",
     786      "builderNames": [
     787        "macOS-AppleSilicon-Big-Sur-Debug-WK2-Tests-EWS"
     788      ]
     789    },
     790    {
     791      "type": "Triggerable",
    725792      "name": "ios-14-sim-build-ews",
    726793      "builderNames": [
  • trunk/Tools/ChangeLog

    r274587 r274590  
     12021-03-17  Matt Lewis  <jlewis3@apple.com>
     2
     3        Add AppleSilicon and Debug WK2 Support to EWS
     4        https://bugs.webkit.org/show_bug.cgi?id=223393
     5
     6        Reviewed by Aakash Jain.
     7
     8        * CISupport/ews-app/ews/views/statusbubble.py:
     9        (StatusBubble):
     10        * CISupport/ews-build/config.json:
     11
    1122021-03-17  Jonathan Bedard  <jbedard@apple.com>
    213
Note: See TracChangeset for help on using the changeset viewer.