Unverified Commit b136ddc6 authored by Gray Mackall's avatar Gray Mackall Committed by GitHub

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.
parent 8536be52
......@@ -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"
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment