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

Changeset 243852 in webkit


Ignore:
Timestamp:
Apr 3, 2019, 8:38:01 PM (7 years ago)
Author:
aakash_jain@apple.com
Message:

[ews-build] Do not trigger queues which are not in production yet
https://bugs.webkit.org/show_bug.cgi?id=196581

Reviewed by Dewei Zhu.

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

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/ews-build/config.json

    r243766 r243852  
    302302      "configuration": "release",
    303303      "architectures": ["x86_64"],
    304       "triggers": ["api-tests-ios-sim-ews", "ios-12-sim-wk2-tests-ews"],
     304      "triggers": ["api-tests-ios-sim-ews"],
    305305      "workernames": ["ews152", "ews154"]
    306306    },
     
    321321      "configuration": "release",
    322322      "architectures": ["x86_64"],
    323       "triggers": ["api-tests-mac-ews", "macos-high-sierra-release-wk1-tests-ews", "macos-high-sierra-release-wk2-tests-ews"],
     323      "triggers": ["api-tests-mac-ews"],
    324324      "workernames": ["ews118", "ews119", "ews120"]
    325325    },
     
    439439      "port": 5556,
    440440      "builderNames": ["Bindings-Tests-EWS", "GTK-Webkit2-EWS", "iOS-12-Build-EWS", "JSC-Tests-EWS",
     441                       "iOS-12-Simulator-WK2-Tests-EWS", "macOS-High-Sierra-Release-WK2-Tests-EWS",  "macOS-High-Sierra-Release-WK1-Tests-EWS",
    441442                       "macOS-High-Sierra-Debug-Build-EWS", "Style-EWS", "WinCairo-EWS", "Windows-EWS", "WebKitPy-Tests-EWS", "WPE-EWS"]
    442     },
    443     {
    444       "type": "Triggerable",
    445       "name": "ios-12-sim-wk2-tests-ews",
    446       "builderNames": [
    447         "iOS-12-Simulator-WK2-Tests-EWS"
    448       ]
    449     },
    450     {
    451       "type": "Triggerable",
    452       "name": "macos-high-sierra-release-wk1-tests-ews",
    453       "builderNames": [
    454         "macOS-High-Sierra-Release-WK1-Tests-EWS"
    455       ]
    456     },
    457     {
    458       "type": "Triggerable",
    459       "name": "macos-high-sierra-release-wk2-tests-ews",
    460       "builderNames": [
    461         "macOS-High-Sierra-Release-WK2-Tests-EWS"
    462       ]
    463443    },
    464444    {
  • trunk/Tools/ChangeLog

    r243849 r243852  
     12019-04-03  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews-build] Do not trigger queues which are not in production yet
     4        https://bugs.webkit.org/show_bug.cgi?id=196581
     5
     6        Reviewed by Dewei Zhu.
     7
     8        * BuildSlaveSupport/ews-build/config.json:
     9
    1102019-04-03  Chris Dumez  <cdumez@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.