diff --git a/circle.yml b/circle.yml index e8c50cd0417..e293e643420 100644 --- a/circle.yml +++ b/circle.yml @@ -40,10 +40,10 @@ jobs: command: | ./gradlew accessToken ./gradlew app:assembleDebug - - run: - name: Build Instrumentation Test APK - command: | - ./gradlew app:assembleAndroidTest +# - run: +# name: Build Instrumentation Test APK +# command: | +# ./gradlew app:assembleAndroidTest - run: name: Log in to Google Cloud Platform shell: /bin/bash -euo pipefail @@ -51,19 +51,19 @@ jobs: echo "${GCLOUD_SERVICE_ACCOUNT_JSON}" > secret.json gcloud auth activate-service-account --key-file secret.json --project mapbox-navigation-android rm secret.json - - run: - name: Run instrumentation tests on Firebase - no_output_timeout: 1200 - shell: /bin/bash -euo pipefail - command: | - 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=hammerhead,version=21,locale=en,orientation=portrait \ - --device model=athene,version=23,locale=fr,orientation=landscape \ - --device model=sailfish,version=26,locale=es,orientation=portrait \ - --device model=walleye,version=28,locale=de,orientation=landscape \ - --timeout 5m +# - run: +# name: Run instrumentation tests on Firebase +# no_output_timeout: 1200 +# shell: /bin/bash -euo pipefail +# command: | +# 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=hammerhead,version=21,locale=en,orientation=portrait \ +# --device model=athene,version=23,locale=fr,orientation=landscape \ +# --device model=sailfish,version=26,locale=es,orientation=portrait \ +# --device model=walleye,version=28,locale=de,orientation=landscape \ +# --timeout 5m - run: name: Run robo test on Firebase no_output_timeout: 1200