Skip to content

Commit a8f3241

Browse files
committed
fix run tests in firebase
1 parent 89f2c71 commit a8f3241

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

bin/run-tests-in-gcloud.sh

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@ gcloud firebase test android run \
2525
--timeout=30m \
2626
--app "$APK_RUNNER_APP" \
2727
--test "$APK_RUNNER_ANDROID_TEST" \
28-
--device model=Nexus5,version=21,orientation=portrait \
29-
--device model=Nexus5,version=21,orientation=landscape \
30-
--device model=walleye,version=27,orientation=portrait \
31-
--device model=walleye,version=27,orientation=landscape \
32-
--device model=judypn,version=28,orientation=portrait \
33-
--device model=judypn,version=28,orientation=landscape \
34-
--device model=flame,version=29,orientation=portrait \
35-
--device model=flame,version=29,orientation=landscape \
28+
--device model=MediumPhone.arm,version=27,orientation=portrait \
29+
--device model=MediumPhone.arm,version=27,orientation=landscape \
30+
--device model=blueline,version=28,orientation=portrait \
31+
--device model=blueline,version=28,orientation=landscape \
32+
--device model=redfin,version=30,orientation=portrait \
33+
--device model=redfin,version=30,orientation=landscape \
3634
2>&1 | tee $LOG_FILE
3735

3836
EXIT_CODE=${PIPESTATUS[0]}

0 commit comments

Comments
 (0)