Change android_virtual_device to version 34 (#133809)
Change from AVD 33 to [AVD 34](https://chrome-infra-packages.appspot.com/p/chromium/tools/android/avd/linux-amd64) in CI. Only affects two tests.
We should also update the firebase virtual and physical devices when 34 is available there (for example [here](e98d3929ca/.ci.yaml (L441)
)), as that will allow us to update a lot more tests.
This commit is contained in:
parent
37c55bab2c
commit
033274c66a
4
.ci.yaml
4
.ci.yaml
@ -266,7 +266,7 @@ targets:
|
||||
dependencies: >-
|
||||
[
|
||||
{"dependency": "android_sdk", "version": "version:33v6"},
|
||||
{"dependency": "android_virtual_device", "version": "33"},
|
||||
{"dependency": "android_virtual_device", "version": "34"},
|
||||
{"dependency": "open_jdk", "version": "version:11"}
|
||||
]
|
||||
tags: >
|
||||
@ -1574,7 +1574,7 @@ targets:
|
||||
task_name: android_defines_test
|
||||
dependencies: >-
|
||||
[
|
||||
{"dependency": "android_virtual_device", "version": "33"}
|
||||
{"dependency": "android_virtual_device", "version": "34"}
|
||||
]
|
||||
|
||||
- name: Linux_android android_obfuscate_test
|
||||
|
Loading…
x
Reference in New Issue
Block a user