Reenable android arm32 tests#128438
Conversation
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
|
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure Pipelines platform matrices to re-enable Android arm32 (android_arm) test legs for Mono-based Android device runs, both in the main runtime pipeline and in the extra-platforms Android pipeline.
Changes:
- Re-add
android_armto the Android devices platform list ineng/pipelines/runtime.yml. - Re-add
android_armto the Android devices platform list ineng/pipelines/extra-platforms/runtime-extra-platforms-android.yml.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| eng/pipelines/runtime.yml | Re-enables android_arm in the Mono Android devices matrix for the main runtime pipeline. |
| eng/pipelines/extra-platforms/runtime-extra-platforms-android.yml | Re-enables android_arm in the Mono Android devices matrix for the extra-platforms Android pipeline. |
|
/azp run runtime-android |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-android |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Note This comment was AI-generated by Copilot from the rerun logs and issue state, then reviewed before posting. I re-checked the rerun of This PR only changes pipeline YAML to re-enable the Android arm32 legs:
The earlier So the rerun still shows Android coverage issues, but they appear to be pre-existing test/platform problems surfaced by re-enabling the arm32 jobs, not regressions caused by this PR. |
|
/ba-g all the unmatched failures are dead-lettered osx jobs. Since this change only enabled Android queue testing, the osx validation is not necessary. |
Enables back tests on Android arm32. This fixes #125440 .
The real fix was creation of a new Android queue with devices which support arm32 on-device emulation. The larger Android queue is now used only for arm64 runs and all the devices in it support that architecture.
The new queue is small (only 10 devices), but the amount of tests running on it will be small as well.