[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
pull/34607/head
Esun Kim 1 year ago committed by GitHub
parent 2f5449d36d
commit 726b973d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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

Loading…
Cancel
Save