-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Update iOS and tvOS device queues to OSX 15 #122702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update iOS and tvOS device queues to OSX 15 #122702
Conversation
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-extra-platforms |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
|
/azp list |
This comment was marked as resolved.
This comment was marked as resolved.
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates iOS and tvOS device testing infrastructure by migrating from scouting Helix queues to production macOS 15 queues, enabling previously disabled test platforms.
Key changes:
- Updates Helix queue names from
osx.amd64.{iphone|appletv}.scouting.opentoosx.15.amd64.{iphone|appletv}.open - Enables tvos_arm64 and ios_arm64 platforms that were previously disabled pending the queue upgrade
- Adds build parameters to support building tests and apps on Helix for iOS/tvOS devices
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/runtime.yml | Enables tvos_arm64 platform, adds BuildTestsOnHelix and NeedsToBuildAppsOnHelix parameters, removes TODO comments blocking the platforms |
| eng/pipelines/libraries/helix-queues-setup.yml | Updates iOS and tvOS device queue names from scouting to osx.15 production queues |
| eng/pipelines/extra-platforms/runtime-extra-platforms-ioslike.yml | Enables ios_arm64 platform across multiple job definitions, removes blocking TODO comments |
| eng/pipelines/coreclr/templates/helix-queues-setup.yml | Updates iOS and tvOS device queue names from scouting to osx.15 production queues |
|
Failures are not related to this PR:
|
Description
This PR updates the iOS and tvOS device queues from the scouting queues to macOS 15 with Xcode 26.