Disable iOS and tvOS jobs until infra issue is fixed#125771
Merged
kotlarmilos merged 1 commit intodotnet:mainfrom Mar 19, 2026
Merged
Disable iOS and tvOS jobs until infra issue is fixed#125771kotlarmilos merged 1 commit intodotnet:mainfrom
kotlarmilos merged 1 commit intodotnet:mainfrom
Conversation
Tracking issue: dotnet#123796 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
steveisok
approved these changes
Mar 19, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR aims to temporarily disable iOS and tvOS (ios_arm64, tvos_arm64) CI jobs in runtime.yml and the iOS-like extra-platforms pipeline while the XHarness/devicectl infrastructure issue tracked in #123796 is unresolved.
Changes:
- Commented out
ios_arm64andtvos_arm64entries ineng/pipelines/runtime.ymlplatform matrices for smoke jobs. - Commented out
ios_arm64andtvos_arm64entries ineng/pipelines/extra-platforms/runtime-extra-platforms-ioslike.ymlfor the iOS/tvOS job matrices. - Added tracking-issue comments next to the disabled platform entries.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 9 comments.
| File | Description |
|---|---|
| eng/pipelines/runtime.yml | Comments out iOS/tvOS platform entries for affected smoke job matrices (but currently leaves platforms: as null). |
| eng/pipelines/extra-platforms/runtime-extra-platforms-ioslike.yml | Comments out iOS/tvOS platform entries for all iOS-like jobs (but currently leaves platforms: as null). |
You can also share your feedback on Copilot code review. Take the survey.
Member
Author
|
/ba-g Disable failing jobs due to infra problem |
matouskozak
approved these changes
Mar 19, 2026
This was referenced Mar 19, 2026
Open
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.
Tracking issue: #123796
Commenting out all
ios_arm64andtvos_arm64platform entries in CI pipelines until the XHarness/devicectl infrastructure issue is resolved.Affected pipelines:
runtime-extra-platforms-ioslike.yml(6 jobs: Mono libs, Mono runtime, NativeAOT libs, NativeAOT runtime, CoreCLR runtime, CoreCLR libs)runtime.yml(3 jobs: Mono smoke, CoreCLR smoke, NativeAOT smoke)