Skip to content

Commit

Permalink
remove flaky device from firebase test
Browse files Browse the repository at this point in the history
  • Loading branch information
ank27 committed Feb 23, 2022
1 parent 29a0ff5 commit bf9e702
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,15 +287,15 @@ commands:
gcloud beta firebase test android run --type instrumentation \
--app << parameters.app_target >>/build/outputs/apk/debug/<< parameters.app_target >>-debug.apk \
--test << parameters.module_target >>/build/outputs/apk/androidTest/debug/<< parameters.module_target >>-debug-androidTest.apk \
--device model=AOP_sprout,version=28,locale=en,orientation=portrait \
# --device model=AOP_sprout,version=28,locale=en,orientation=portrait \
--timeout 45m --use-orchestrator --no-record-video --num-flaky-test-attempts 3 \
--num-uniform-shards 3
else
gcloud beta firebase test android run --type instrumentation \
--app << parameters.app_target >>/build/outputs/apk/debug/<< parameters.app_target >>-debug.apk \
--test << parameters.module_target >>/build/outputs/apk/androidTest/debug/<< parameters.module_target >>-debug-androidTest.apk \
--device model=harpia,version=23,locale=en,orientation=portrait \
--device model=AOP_sprout,version=28,locale=en,orientation=portrait \
# --device model=AOP_sprout,version=28,locale=en,orientation=portrait \
--timeout 45m --use-orchestrator --no-record-video --num-flaky-test-attempts 3 \
--num-uniform-shards 4
fi
Expand All @@ -310,7 +310,7 @@ commands:
if [[ -n "${GCLOUD_SERVICE_ACCOUNT_JSON}" ]]; then
gcloud firebase test android run --type robo \
--app app/build/outputs/apk/release/app-release.apk \
--device model=AOP_sprout,version=28,locale=en,orientation=portrait \
# --device model=AOP_sprout,version=28,locale=en,orientation=portrait \
--device model=harpia,version=23,locale=en,orientation=portrait \
--device model=Pixel2,version=30,locale=en,orientation=portrait \
--device model=G8142,version=25,locale=en,orientation=portrait \
Expand Down

0 comments on commit bf9e702

Please sign in to comment.