[mono] Run full mobile library tests - #132887
Open
matouskozak wants to merge 1 commit into
Open
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 972fe987-edc4-4e1f-a9e7-18da51c0ee18
|
Azure Pipelines: Successfully started running 5 pipeline(s). 11 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Contributor
|
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the runtime extra-platforms Azure Pipelines definitions to run the full Mono libraries test suite (instead of smoke subsets) on key mobile legs, increasing test coverage on iOS simulator (arm64 interpreter) and Android arm64 devices.
Changes:
- iOS simulator (arm64, Mono interpreter): switch from forcing
/p:RunSmokeTestsOnly=trueto using$(_runSmokeTestsOnlyArg)(which evaluates to full-suite on these pipelines) and update the header comment accordingly. - Android devices (arm64, Mono): add a new
platform-matrixjob to run Mono libraries tests onandroid_arm64, using the same smoke/full toggle mechanism.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/extra-platforms/runtime-extra-platforms-ioslikesimulator.yml | Removes the hardcoded smoke-only flag for the Mono iOS simulator interpreter leg so it runs the full libraries tests suite. |
| eng/pipelines/extra-platforms/runtime-extra-platforms-android.yml | Adds a new Mono Android arm64 devices job to run the full libraries test suite on runtime-extra-platforms/runtime-android. |
This was referenced Aug 28, 2026
Closed
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.
Summary
runtime-extra-platformsNote
This pull request description was generated by GitHub Copilot.