Disable Android arm32 test runs#127599
Open
vitek-karas wants to merge 1 commit intodotnet:mainfrom
Open
Conversation
Disable the Android arm32 Mono test matrix entries while the device lab lacks armeabi-v7a-capable devices. Fixes dotnet#125440 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
davidnguyen-tech
approved these changes
Apr 30, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR disables the Android arm32 (android_arm) Mono libraries test jobs in the main runtime.yml pipeline and in the Android-only extra-platforms pipeline, while keeping Android arm64 coverage enabled. This reduces CI usage for arm32 until #125440 is resolved.
Changes:
- Commented out the
android_armentry in the Mono libraries testplatforms:list in the default runtime pipeline. - Commented out the same
android_armentry in the Android-only extra-platforms pipeline configuration. - Added inline comments linking the temporary disablement to #125440.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/runtime.yml | Disables android_arm for Mono Android device libraries tests in the default pipeline (arm64 remains). |
| eng/pipelines/extra-platforms/runtime-extra-platforms-android.yml | Disables android_arm for Mono Android device libraries tests in the Android extra-platforms pipeline (arm64 remains). |
jkoritzinsky
approved these changes
Apr 30, 2026
matouskozak
approved these changes
May 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.
Note
This pull request description was generated by GitHub Copilot.
Summary
android_armMono library test matrix entry in the default runtime pipeline.android_armentry in the Android-only extra-platforms pipeline.References #125440.
Testing
git diff --check -- eng\pipelines\runtime.yml eng\pipelines\extra-platforms\runtime-extra-platforms-android.yml