Skip to content

Commit 20fe189

Browse files
vitek-karasCopilot
andauthored
Disable Android arm32 test runs (#127599)
> [!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` Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ec42692 commit 20fe189

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

eng/pipelines/extra-platforms/runtime-extra-platforms-android.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
buildConfig: Release
6464
runtimeFlavor: mono
6565
platforms:
66-
- android_arm
66+
# Disabled until https://github.com/dotnet/runtime/issues/125440 is resolved.
67+
# - android_arm
6768
- android_arm64
6869
variables:
6970
# map dependencies variables to local variables

eng/pipelines/runtime.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,8 @@ extends:
10671067
buildConfig: Release
10681068
runtimeFlavor: mono
10691069
platforms:
1070-
- android_arm
1070+
# Disabled until https://github.com/dotnet/runtime/issues/125440 is resolved.
1071+
# - android_arm
10711072
- android_arm64
10721073
variables:
10731074
# map dependencies variables to local variables

0 commit comments

Comments
 (0)