gitlab-ci: purge only: merge_requests, it doesn't work for this

The merge_requests feature is really confusing, and doesn't seem to do
anything useful for what we need it to.  Like it doesn't let new
contributors' merge requests run on the fdroid runners.
This commit is contained in:
Hans-Christoph Steiner 2019-03-21 13:12:10 +01:00
parent 5e1d95c361
commit 07131e981b

View File

@ -54,7 +54,6 @@ errorprone:
script: script:
- cat config/errorprone.gradle >> app/build.gradle - cat config/errorprone.gradle >> app/build.gradle
- ./gradlew assembleDebug - ./gradlew assembleDebug
allow_failure: true
# once these prove stable, the task should be switched to # once these prove stable, the task should be switched to
# connectedCheck to test all the build flavors # connectedCheck to test all the build flavors
@ -99,8 +98,6 @@ errorprone:
connected 22 default armeabi-v7a: connected 22 default armeabi-v7a:
retry: 1 retry: 1
only:
- merge_requests
<<: *test-template <<: *test-template
<<: *connected-template <<: *connected-template
@ -125,9 +122,6 @@ connected 23 default x86:
connected 25 default x86: connected 25 default x86:
<<: *kvm-template <<: *kvm-template
allow_failure: false
only:
- merge_requests
connected 26 google_apis x86: connected 26 google_apis x86:
<<: *kvm-template <<: *kvm-template