Changeset 243852 in webkit
- Timestamp:
- Apr 3, 2019, 8:38:01 PM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
BuildSlaveSupport/ews-build/config.json (modified) (3 diffs)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/ews-build/config.json
r243766 r243852 302 302 "configuration": "release", 303 303 "architectures": ["x86_64"], 304 "triggers": ["api-tests-ios-sim-ews" , "ios-12-sim-wk2-tests-ews"],304 "triggers": ["api-tests-ios-sim-ews"], 305 305 "workernames": ["ews152", "ews154"] 306 306 }, … … 321 321 "configuration": "release", 322 322 "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"], 324 324 "workernames": ["ews118", "ews119", "ews120"] 325 325 }, … … 439 439 "port": 5556, 440 440 "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", 441 442 "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 ]463 443 }, 464 444 { -
trunk/Tools/ChangeLog
r243849 r243852 1 2019-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 1 10 2019-04-03 Chris Dumez <cdumez@apple.com> 2 11
Note:
See TracChangeset
for help on using the changeset viewer.