[mobile] .NET 11 mobile runtime configuration updates#5240
Open
kotlarmilos wants to merge 5 commits into
Open
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repo’s mobile/runtime CI configuration for .NET 11 by removing (or disabling) Mono mobile performance coverage and temporarily pinning the repo to a specific SDK/toolset build plus an additional NuGet feed to validate the removal of Mono mobile workloads/RIDs.
Changes:
- Add the
general-testingNuGet feed and pin SDK/toolset/dependency versions to11.0.100-preview.6.26310.106for temporary validation. - Remove Mono mobile build/upload job plumbing (Android/iOS Mono) from build/artifact pipelines.
- Disable Android Mono perf job toggles by default and remove iOS Mono scenario jobs (keeping CoreCLR + NativeAOT scenarios).
Show a summary per file
| File | Description |
|---|---|
| NuGet.config | Adds general-testing feed (temporary validation). |
| global.json | Pins SDK + Arcade/Helix toolset to a specific .NET 11 preview build. |
| eng/Versions.props | Updates package version pins to the same preview build. |
| eng/Version.Details.xml | Updates dependency versions/SHA to the pinned dotnet/dotnet build. |
| eng/pipelines/upload-build-artifacts-jobs.yml | Removes upload steps for Android/iOS Mono mobile artifacts. |
| eng/pipelines/runtime-perf-jobs.yml | Disables Android Mono perf toggles by default. |
| eng/pipelines/runtime-perf-build-jobs.yml | Removes build jobs for Android/iOS Mono mobile buildTypes. |
| eng/pipelines/runtime-ios-scenarios-perf-jobs.yml | Removes iOS Mono scenario jobs and disables Mono in the iOS scenario build. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 8/8 changed files
- Comments generated: 7
…ce pipelines Remove the MAUI Mono scenario jobs from sdk-perf-jobs.yml and the Android Mono JIT/AOT job groups and their parameters from runtime-perf-jobs.yml. CoreCLR and NativeAOT mobile jobs and the desktop Mono microbenchmarks are kept. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…T coverage Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Remove the Mono mobile performance jobs from both pipelines. For dotnet-performance, remove the MAUI Mono scenario jobs in eng/pipelines/sdk-perf-jobs.yml. For dotnet-runtime-perf, remove the iOS Mono HelloWorld sample measurements and the Android Mono JIT/AOT job groups in eng/pipelines/runtime-ios-scenarios-perf-jobs.yml, runtime-perf-build-jobs.yml, runtime-perf-jobs.yml, and upload-build-artifacts-jobs.yml. CoreCLR and NativeAOT mobile jobs and the desktop Mono microbenchmarks are kept.
The matching removal of the Android Mono perf toggles in the runtime gapfill pipeline is in the dotnet/runtime branch dev/update-sdk-mobile.
Validation pipelines (must pass): dotnet-performance build.
Validation pins (temporary): pinned to .NET 11 test build 11.0.100-preview.6.26310.106 (AzDO dotnet-unified-build run 2996804, BAR 318158, source dotnet/dotnet@8d5d82abe13, branch dev/update-sdk-mobile-stage2) and the public general-testing NuGet feed, so CI exercises the SDK with the Mono mobile workloads and RIDs removed.
TODO before merge: revert the global.json / Version.Details.xml / Versions.props pins and the NuGet.config feed back to the official VMR versions and the main feed.