gitlab-ci: switch to 24 emulator to get some useful results

The emulator support seems to have totally melted down, so this is a step
back towards the old working setup.
This commit is contained in:
Hans-Christoph Steiner 2018-07-20 12:26:33 +02:00
parent 2040d885f2
commit 25016fdb2f

View File

@ -70,8 +70,7 @@ errorprone:
- ./gradlew connectedCheck || (adb -e logcat -d '*:E' > logcat.txt; exit 1) - ./gradlew connectedCheck || (adb -e logcat -d '*:E' > logcat.txt; exit 1)
connected24: connected24:
only: retry: 1
- fdroid/fdroidclient@master
<<: *test-template <<: *test-template
variables: variables:
AVD_SDK: "24" AVD_SDK: "24"
@ -79,10 +78,6 @@ connected24:
AVD_PACKAGE: "system-images;android-${AVD_SDK};${AVD_TAG};armeabi-v7a" AVD_PACKAGE: "system-images;android-${AVD_SDK};${AVD_TAG};armeabi-v7a"
<<: *connected-template <<: *connected-template
connected25:
<<: *test-template
<<: *connected-template
deploy_nightly: deploy_nightly:
stage: deploy stage: deploy
only: only: