From 726b973d08cd0f4f10feb090b5c6017ef1809c33 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Thu, 5 Oct 2023 15:22:01 -0700 Subject: [PATCH] [Test] Removed flaky android testing devices (#34601) Removed the following flaky Android testing devices from the Android build test - Pixel 6 Level 31 - Pixel 5 Level 30 - Pixel 3 Level 28 --- tools/internal_ci/linux/grpc_android_in_docker.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/internal_ci/linux/grpc_android_in_docker.sh b/tools/internal_ci/linux/grpc_android_in_docker.sh index 0e98f3e5882..bb52a2f8eaf 100755 --- a/tools/internal_ci/linux/grpc_android_in_docker.sh +++ b/tools/internal_ci/linux/grpc_android_in_docker.sh @@ -46,10 +46,7 @@ gcloud firebase test android run \ --type instrumentation \ --app app/build/outputs/apk/debug/app-debug.apk \ --test app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk \ - --device model=blueline,version=28,locale=en,orientation=portrait \ --device model=a10,version=29,locale=en,orientation=portrait \ - --device model=redfin,version=30,locale=en,orientation=portrait \ - --device model=oriole,version=31,locale=en,orientation=portrait \ --device model=oriole,version=32,locale=en,orientation=portrait # Build hello world example