Move latest open Android queues from 29 to 36#127250
Open
vcsjones wants to merge 3 commits intodotnet:mainfrom
Open
Move latest open Android queues from 29 to 36#127250vcsjones wants to merge 3 commits intodotnet:mainfrom
vcsjones wants to merge 3 commits intodotnet:mainfrom
Conversation
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Helix queue configuration to run “latest” Android testing on a newer API level, aligning CI coverage with newer Android platform cryptography APIs.
Changes:
- Bump Ubuntu-based open Android Helix queues from API 29 to API 36 for libraries pipelines.
- Update the Android “latest” platform alias in
helix-platforms.ymlto point at the API 36 queue. - Update CoreCLR template to use the API 36 open queue for public Android x64 runs.
Show a summary per file
| File | Description |
|---|---|
| eng/pipelines/libraries/helix-queues-setup.yml | Switches Ubuntu Android Open queue used by libraries jobs to API 36. |
| eng/pipelines/helix-platforms.yml | Updates helix_android_ubuntu_latest alias and its comment to API 36. |
| eng/pipelines/coreclr/templates/helix-queues-setup.yml | Updates public Android x64 Helix queue to API 36 Open. |
Copilot's findings
- Files reviewed: 3/3 changed files
- Comments generated: 1
This was referenced Apr 22, 2026
Open
Contributor
|
Tagging subscribers to 'arch-android': @vitek-karas, @simonrozsival, @steveisok, @akoeplinger |
Member
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced May 5, 2026
| @@ -90,9 +90,9 @@ jobs: | |||
| # Use the Ubuntu-based Android queue for x86/x64/bionic_x64 on all projects, | |||
| # and also for arm/arm64/bionic_arm/bionic_arm64 on non-public projects (no internal Windows Android queue). | |||
| - ${{ if in(parameters.platform, 'android_x86', 'android_x64', 'linux_bionic_x64') }}: | |||
Member
There was a problem hiding this comment.
It looks like the queue Ubuntu.2204.Amd64.Android.36.Open does not have emulators with android-x86 support so I suggest keeping x86 testing on the original queue.
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
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.
This bumps our open Android queue from 29 to 36. The motivation for this is to support new cryptography APIs that appeared in API level 33, and we will want test coverage for those APIs.