-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android][Testing] Run runtime and libraries tests on all supported Android API versions #111858
[Android][Testing] Run runtime and libraries tests on all supported Android API versions #111858
Conversation
Tagging subscribers to 'arch-android': @vitek-karas, @simonrozsival, @steveisok, @akoeplinger |
/azp run runtime-androidemulator |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -94,7 +94,21 @@ jobs: | |||
- ${{ if in(parameters.platform, 'android_x86', 'android_x64', 'linux_bionic_x64') }}: | |||
- Ubuntu.2204.Amd64.Android.29.Open | |||
- ${{ if in(parameters.platform, 'android_arm', 'android_arm64', 'linux_bionic_arm', 'linux_bionic_arm64') }}: | |||
- Windows.11.Amd64.Android.Open | |||
- Ubuntu.2204.Amd64.Android.21.Open |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that this should go under emulator tab
${{ if in(parameters.platform, 'android_x86', 'android_x64', 'linux_bionic_x64') }}:
not under device tab
${{ if in(parameters.platform, 'android_arm', 'android_arm64', 'linux_bionic_arm', 'linux_bionic_arm64') }}:
/azp run runtime-androidemulator |
Azure Pipelines successfully started running 1 pipeline(s). |
Part of #107868, follow-up to #106951
This PR won't be merged, it's for testing purposes only.