Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unavailable device from tests #7792

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ commands:
gcloud firebase test android run --type instrumentation \
--app << parameters.module_wrapper >>/build/outputs/apk/<< parameters.variant >>/<< parameters.module_wrapper >>-<< parameters.variant >>.apk \
--test << parameters.module_target >>/build/outputs/apk/androidTest/<< parameters.variant >>/<< parameters.module_target >>-<< parameters.variant >>-androidTest.apk \
--device model=hammerhead,version=23,locale=fr,orientation=portrait \
--device model=q2q,version=31,locale=de,orientation=landscape \
--device model=panther,version=33,locale=it,orientation=landscape \
--use-orchestrator \
Expand All @@ -574,7 +573,6 @@ commands:
--app instrumentation-tests/build/outputs/apk/<< parameters.variant >>/instrumentation-tests-<< parameters.variant >>.apk \
--test instrumentation-tests/build/outputs/apk/androidTest/<< parameters.variant >>/instrumentation-tests-<< parameters.variant >>-androidTest.apk \
--test-targets "class com.mapbox.navigation.instrumentation_tests.<< parameters.suite >>" \
--device model=hammerhead,version=23,locale=fr,orientation=portrait \
--device model=q2q,version=31,locale=de,orientation=landscape \
--device model=panther,version=33,locale=it,orientation=landscape \
--use-orchestrator \
Expand All @@ -597,7 +595,6 @@ commands:
gcloud firebase test android run --type robo \
--app << parameters.module_target >>/build/outputs/apk/<< parameters.variant >>/<< parameters.module_target >>-<< parameters.variant >>.apk \
--device model=hwALE-H,version=21,locale=es,orientation=portrait \
--device model=hammerhead,version=23,locale=fr,orientation=portrait \
--device model=q2q,version=31,locale=de,orientation=landscape \
--device model=panther,version=33,locale=it,orientation=landscape \
--timeout 5m
Expand Down
Loading