Add Android 14 physical devices to firebase tests (#136736)

I've been keeping an eye on the device list, and android 14 devices recently became available. For reviewing purposes (and anyone who comes across this in the future), you can check the available devices here at the third option without needing a firebase login:
https://firebase.google.com/docs/test-lab/android/available-testing-devices

The "shiba" device is high capacity. There are no api 34 virtual devices yet.
This commit is contained in:
Gray Mackall 2023-10-17 15:42:00 -04:00 committed by GitHub
parent 8536be52b0
commit b136ddc68b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -445,6 +445,7 @@ targets:
task_name: abstract_method_smoke_test
physical_devices: >-
[
"--device", "model=shiba,version=34",
"--device", "model=panther,version=33",
"--device", "model=redfin,version=30"
]
@ -476,6 +477,7 @@ targets:
task_name: android_embedding_v2_smoke_test
physical_devices: >-
[
"--device", "model=shiba,version=34",
"--device", "model=redfin,version=30",
"--device", "model=griffin,version=24"
]
@ -506,6 +508,7 @@ targets:
task_name: release_smoke_test
physical_devices: >-
[
"--device", "model=shiba,version=34",
"--device", "model=redfin,version=30",
"--device", "model=griffin,version=24"
]