[release/11.0] Run full Mono mobile library tests - #132997
Open
matouskozak wants to merge 1 commit into
Open
Conversation
|
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: @akoeplinger, @matouskozak, @simonrozsival |
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
Pull request overview
Updates release/11.0 extra-platform CI pipelines to gate on the full Mono libraries test suite for key mobile legs (instead of the smoke subset), aligning mobile coverage with the corresponding mainline change.
Changes:
- iOS Simulator (arm64, Mono interpreter): switch from forcing
/p:RunSmokeTestsOnly=trueto using the standard$(_runSmokeTestsOnlyArg)so this leg runs the full libraries suite whenisRunSmokeTestsOnlyis false for platform-specific pipelines. - Android devices (arm64, Mono Release): restore a full libraries test job (Helix libraries template + Helix monitor) for
android_arm64. - Update pipeline comment text to reflect “libraries tests” rather than “libraries smoke tests” where the suite is no longer forced to smoke-only.
File summaries
| File | Description |
|---|---|
| eng/pipelines/extra-platforms/runtime-extra-platforms-ioslikesimulator.yml | Promotes the iOS Simulator arm64 Mono interpreter leg from smoke-only to full libraries tests by removing the hardcoded smoke flag. |
| eng/pipelines/extra-platforms/runtime-extra-platforms-android.yml | Restores the Android arm64 Mono Release full libraries Helix job (devices) for extra-platform gating. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
This was referenced Sep 1, 2026
Member
Author
This was referenced Sep 1, 2026
vitek-karas
approved these changes
Sep 1, 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.
This is the release/11.0 counterpart of #132887, porting commit f21a12d.