[Android][Testing] Run runtime and libraries tests on all supported Android API versions#115330
Closed
simonrozsival wants to merge 1 commit intomainfrom
Closed
Conversation
Increase timeouts for Android emulator jobs Trigger android emulator on PRs Update Android lanes
Member
Author
|
/azp run runtime-androidemulator |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR tests the runtime and libraries tests across all supported Android API versions by updating pipeline YAML definitions.
- Updated trigger definitions in the runtime-androidemulator pipeline.
- Added additional Android API versions for the android_x64 platform in multiple pipelines.
- Increased timeout values for extra platforms to support longer-running tests.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| eng/pipelines/runtime-androidemulator.yml | Updated trigger configurations for branch and path inclusion. |
| eng/pipelines/libraries/helix-queues-setup.yml | Added support for multiple Android API versions for the android_x64 platform. |
| eng/pipelines/extra-platforms/runtime-extra-platforms-androidemulator.yml | Increased test job timeouts from 240/180 minutes to 1800 minutes. |
| eng/pipelines/coreclr/templates/helix-queues-setup.yml | Extended the list of Android API versions for the android_x64 condition. |
Comments suppressed due to low confidence (2)
eng/pipelines/libraries/helix-queues-setup.yml:86
- Consider using a consistent platform name (e.g., 'android_x64') as used in other pipeline files to avoid potential mismatches.
- ${{ if in(parameters.platform, 'Android_x64') }}: # there's no x86 emulator image anymore since Android 31
eng/pipelines/extra-platforms/runtime-extra-platforms-androidemulator.yml:41
- The timeout value has been significantly increased from 240 to 1800 minutes; please confirm that this extended duration is intentional for the test run requirements.
timeoutInMinutes: 1800
|
|
||
| # Android x64 | ||
| - ${{ if in(parameters.platform, 'android_x64') }}: | ||
| - Ubuntu.2204.Amd64.Android.21.Open |
There was a problem hiding this comment.
[nitpick] Ensure the ordering and grouping of the added Android API versions aligns with the intended testing sequence for clarity and ease of maintenance.
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
This was referenced May 6, 2025
Closed
5 tasks
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Part of #107868, follow-up to #111858
This PR won't be merged, it's for testing purposes only.