Skip to content

Commit

Permalink
[ews] Stop sharing workers between build and test queues
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=246178
<rdar://100869660>

Reviewed by Ryan Haddad.

* Tools/CISupport/ews-build/config.json:

Canonical link: https://commits.webkit.org/256449@main
  • Loading branch information
aj062 committed Nov 8, 2022
1 parent 192deec commit 9ceedfc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Tools/CISupport/ews-build/config.json
Expand Up @@ -147,7 +147,7 @@
"factory": "iOSBuildFactory", "platform": "ios-simulator-16",
"configuration": "release", "architectures": ["x86_64"],
"triggers": ["api-tests-ios-sim-ews", "ios-16-sim-wk2-tests-ews"],
"workernames": ["ews152", "ews154", "ews156", "ews157", "ews108", "ews130", "ews132", "ews133", "ews134", "ews135"]
"workernames": ["ews152", "ews154", "ews108", "ews130", "ews132", "ews133", "ews134", "ews135"]
},
{
"name": "iOS-16-Simulator-WK2-Tests-EWS", "shortname": "ios-wk2", "icon": "testOnly",
Expand All @@ -168,14 +168,14 @@
"factory": "macOSWK2Factory", "platform": "mac-bigsur",
"configuration": "debug", "architectures": ["arm64"],
"triggered_by": ["macos-applesilicon-big-sur-debug-build-ews"],
"workernames": ["ews172", "ews173", "ews174", "ews175", "ews176", "ews177", "ews178", "ews179", "ews180"]
"workernames": ["ews175", "ews176", "ews177", "ews178", "ews179", "ews180"]
},
{
"name": "macOS-BigSur-Release-Build-EWS", "shortname": "mac", "icon": "buildOnly",
"factory": "macOSBuildFactory", "platform": "mac-bigsur",
"configuration": "release", "architectures": ["x86_64"],
"triggers": ["api-tests-mac-ews", "macos-bigsur-release-wk1-tests-ews", "macos-bigsur-release-wk2-tests-ews", "macos-release-wk2-stress-tests-ews"],
"workernames": ["ews118", "ews119", "ews120", "ews150", "ews161", "ews162"]
"workernames": ["ews102", "ews118", "ews119", "ews120", "ews161", "ews162"]
},
{
"name": "macOS-BigSur-Release-WK1-Tests-EWS", "shortname": "mac-wk1", "icon": "testOnly",
Expand Down Expand Up @@ -203,14 +203,14 @@
"factory": "macOSBuildFactory", "platform": "mac-bigsur",
"configuration": "debug", "architectures": ["x86_64"],
"triggers": ["macos-bigsur-debug-wk1-tests-ews"],
"workernames": ["ews117", "ews129", "ews153", "ews169"]
"workernames": ["ews117", "ews129", "ews153", "ews169", "ews105"]
},
{
"name": "macOS-BigSur-Debug-WK1-Tests-EWS", "shortname": "mac-debug-wk1", "icon": "testOnly",
"factory": "macOSWK1Factory", "platform": "mac-bigsur",
"configuration": "debug", "architectures": ["x86_64"],
"triggered_by": ["macos-bigsur-debug-build-ews"],
"workernames": ["ews112", "ews105", "ews102" ]
"workernames": ["ews112"]
},
{
"name": "watchOS-8-Build-EWS", "shortname": "watch", "icon": "buildOnly",
Expand Down Expand Up @@ -320,7 +320,7 @@
"name": "API-Tests-macOS-EWS", "shortname": "api-mac", "icon": "testOnly",
"factory": "APITestsFactory", "platform": "*",
"triggered_by": ["macos-bigsur-release-build-ews"],
"workernames": ["ews116", "ews119", "ews150", "ews153", "ews155"]
"workernames": ["ews116", "ews150", "ews155"]
},
{
"name": "API-Tests-GTK-EWS", "shortname": "api-gtk", "icon": "testOnly",
Expand Down

0 comments on commit 9ceedfc

Please sign in to comment.