From 8d90da000ed8caf2795bc28f72c9ecb5ffe4b550 Mon Sep 17 00:00:00 2001 From: Gray Mackall <34871572+gmackall@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:21:13 -0700 Subject: [PATCH] Update android_device_tests.yaml to use oriole, api33 --- .ci/targets/android_device_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/targets/android_device_tests.yaml b/.ci/targets/android_device_tests.yaml index c152cb07d485..6720a03d88a3 100644 --- a/.ci/targets/android_device_tests.yaml +++ b/.ci/targets/android_device_tests.yaml @@ -11,7 +11,7 @@ tasks: args: - "firebase-test-lab" - "--device" - - "model=redfin,version=30" + - "model=oriole,version=33" - "--exclude=script/configs/exclude_integration_android.yaml" - "--project=flutter-infra-staging" - "--results-bucket=flutter_firebase_testlab_staging"