Skip to content

Commit

Permalink
[ews] Adjust iOS queue configurations for new hardware
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=255105
rdar://107720268

Reviewed by Jonathan Bedard and Aakash Jain.

To account for the underlying hardware change, we need to switch the architecture to arm64
for iOS queues on EWS and use 5 child processes for layout tests.

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

Canonical link: https://commits.webkit.org/262675@main
  • Loading branch information
ryanhaddad committed Apr 6, 2023
1 parent 63e18b5 commit 40852a2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Tools/CISupport/ews-build/config.json
Expand Up @@ -183,22 +183,24 @@
{
"name": "iOS-16-Simulator-Build-EWS", "shortname": "ios-sim", "icon": "buildOnly",
"factory": "iOSBuildFactory", "platform": "ios-simulator-16",
"configuration": "release", "architectures": ["x86_64"],
"configuration": "release", "architectures": ["arm64"],
"triggers": ["api-tests-ios-sim-ews", "ios-16-sim-wk2-tests-ews", "ios-16-sim-wpt-wk2-tests-ews"],
"workernames": ["ews152", "ews154", "ews108", "ews130", "ews132", "ews133", "ews134", "ews135"]
},
{
"name": "iOS-16-Simulator-WK2-Tests-EWS", "shortname": "ios-wk2", "icon": "testOnly",
"factory": "iOSTestsNoWPTFactory", "platform": "ios-simulator-16",
"configuration": "release", "architectures": ["x86_64"],
"configuration": "release", "architectures": ["arm64"],
"triggered_by": ["ios-16-sim-build-ews"],
"additionalArguments": ["--child-process=5"],
"workernames": ["ews121", "ews122", "ews123", "ews124", "ews125", "ews126", "ews184", "ews185"]
},
{
"name": "iOS-16-Simulator-WPT-WK2-Tests-EWS", "shortname": "ios-wk2-wpt", "icon": "testOnly",
"factory": "iOSTestsOnlyWPTFactory", "platform": "ios-simulator-16",
"configuration": "release", "architectures": ["x86_64"],
"configuration": "release", "architectures": ["arm64"],
"triggered_by": ["ios-16-sim-build-ews"],
"additionalArguments": ["--child-process=5"],
"workernames": ["ews191", "ews192", "ews193", "ews194", "ews195", "ews196", "ews197", "ews198"]
},
{
Expand Down

0 comments on commit 40852a2

Please sign in to comment.