Enable Android arm32 queue validation#127927
Draft
vitek-karas wants to merge 1 commit intodotnet:mainfrom
Draft
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
Author
|
/azp run runtime-android |
|
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 libraries Helix queue routing and the Android extra-platforms pipeline template to start running the android_arm Mono libraries test leg on a newly introduced public Helix queue intended for Android Arm32 validation.
Changes:
- Route public
android_armlibrary jobs toWindows.11.Amd64.Android.Arm32.Openwhile leaving other Android/bionic routing unchanged. - Enable the
android_armplatform in the Mono libraries leg withinruntime-extra-platforms-android.ymlto exercise the new queue.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| eng/pipelines/libraries/helix-queues-setup.yml | Adds a public-only queue mapping for android_arm to the new Arm32 Helix queue. |
| eng/pipelines/extra-platforms/runtime-extra-platforms-android.yml | Enables the android_arm Mono libraries leg so the new queue routing is exercised. |
Comment on lines
+66
to
68
| # Validate the dedicated Android Arm32 queue with the Mono libraries leg. | ||
| - android_arm | ||
| - android_arm64 |
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 PR description was AI-generated with Copilot.
Summary
runtime-androidpipelineandroid_armlibrary jobs toWindows.11.Amd64.Android.Arm32.OpenValidation goal
This PR is intended to validate that the new Android arm32 Helix queue runs successfully for at least one Android arm32 test leg.
How to trigger
Queue the dedicated Android pipeline for this PR with:
That should exercise the enabled
android_armMono libraries leg onWindows.11.Amd64.Android.Arm32.Open.