Update iOS and tvOS device queues to OSX 15#122702
Merged
kotlarmilos merged 8 commits intodotnet:mainfrom Jan 9, 2026
Merged
Conversation
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Member
Author
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
3 tasks
Member
Author
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/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. |
Member
Author
|
/azp list |
This comment was marked as resolved.
This comment was marked as resolved.
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
There was a problem hiding this comment.
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 |
This was referenced Jan 9, 2026
Open
Member
Author
|
Failures are not related to this PR:
|
matouskozak
approved these changes
Jan 9, 2026
3 tasks
steveisok
added a commit
to steveisok/runtime
that referenced
this pull request
Jan 10, 2026
This was referenced Jan 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the iOS and tvOS device queues from the scouting queues to macOS 15 with Xcode 26.