[release/8.0-staging] Disable mobile tests while preserving builds - #134547
Merged
matouskozak merged 2 commits intoSep 24, 2026
Merged
matouskozak merged 2 commits into
matouskozak merged 2 commits into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 3 pipeline(s). 13 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
No unresolved review issues were identified.
Review effort: Lite
Findings: None
What changed in this PR
Disables mobile Helix test submissions for .NET 8 while preserving builds, compilation, artifacts, and non-mobile submissions.
Changes:
- Excludes mobile OS groups from library Helix submissions.
- Applies matching exclusions to runtime Helix submissions.
| File | Description |
|---|---|
eng/pipelines/libraries/helix.yml |
Skips mobile Helix submissions. |
eng/pipelines/common/templates/runtimes/send-to-helix-inner-step.yml |
Applies the same policy to runtime submissions. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
matouskozak
marked this pull request as draft
September 23, 2026 19:06
Contributor
|
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
akoeplinger
approved these changes
Sep 23, 2026
This was referenced Sep 24, 2026
Open
vitek-karas
approved these changes
Sep 24, 2026
Member
Author
|
/ba-g Mono and CoreCLR osx-x64 failures are not related to this PR which disabled mobile tests |
matouskozak
enabled auto-merge (squash)
September 24, 2026 07:57
matouskozak
merged commit Sep 24, 2026
b114ac3
into
dotnet:release/8.0-staging
185 of 191 checks passed
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
Disable Helix test submission for the Android, iOS/tvOS (Mono and NativeAOT), and MacCatalyst jobs in
eng/pipelines/runtime.yml. Keep their build steps enabled. Shared runners and other pipelines are unchanged.Customer Impact
No product code changes. Mobile CI builds remain enabled, but mobile tests do not run in this pipeline.
Regression
This is a CI policy change, not a product regression fix.
Testing
CI change
Risk
No shipping code changes. .NET on mobile is not supported with .NET 8 anymore
Package authoring signed off?
N/A. No package content changes.
Note
This PR was generated by GitHub Copilot.