diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2018-01-11 14:17:11 +0100 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2018-01-11 15:25:27 +0100 |
commit | 02c795c2e67d5661aca40e0372cb14c0bd188069 (patch) | |
tree | e78bcbb02316191a91d13f2c560f2a7092f78b6d /circle.yml | |
parent | d164ed023bb3e0b839e823ff0f7581e99c7c05e7 (diff) | |
download | qtlocation-mapboxgl-02c795c2e67d5661aca40e0372cb14c0bd188069.tar.gz |
[android] - Firebase configuration update, change device under test to Pixel running Android 8.0
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index 868717eb34..347c030dd1 100644 --- a/circle.yml +++ b/circle.yml @@ -296,7 +296,7 @@ jobs: (gcloud firebase test android run --type instrumentation \ --app platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/debug/MapboxGLAndroidSDKTestApp-debug.apk \ --test platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/androidTest/debug/MapboxGLAndroidSDKTestApp-debug-androidTest.apk \ - --device-ids shamu --os-version-ids 22 --locales en --orientations portrait --timeout 20m \ + --device-ids sailfish --os-version-ids 26 --locales en --orientations portrait --timeout 20m \ 2>&1 | tee firebase.log) || EXIT_CODE=$? FIREBASE_TEST_BUCKET=$(sed -n 's|^.*\[https://console.developers.google.com/storage/browser/\([^]]*\).*|gs://\1|p' firebase.log) |