Skip to content

Disable Android arm32 test runs#127599

Open
vitek-karas wants to merge 1 commit intodotnet:mainfrom
vitek-karas:disable-android-arm32-tests
Open

Disable Android arm32 test runs#127599
vitek-karas wants to merge 1 commit intodotnet:mainfrom
vitek-karas:disable-android-arm32-tests

Conversation

@vitek-karas
Copy link
Copy Markdown
Member

Note

This pull request description was generated by GitHub Copilot.

Summary

  • Disable the android_arm Mono library test matrix entry in the default runtime pipeline.
  • Disable the same android_arm entry in the Android-only extra-platforms pipeline.
  • Leave Android arm64 coverage enabled.

References #125440.

Testing

  • git diff --check -- eng\pipelines\runtime.yml eng\pipelines\extra-platforms\runtime-extra-platforms-android.yml

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>
@dotnet-policy-service
Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival
See info in area-owners.md if you want to be subscribed.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_arm entry in the Mono libraries test platforms: list in the default runtime pipeline.
  • Commented out the same android_arm entry 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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants