gitlab-ci: reduce connected10 from error to warning

connected10 is still flaky since the emulator crashes a lot.  Marking it
for "allow_failure" will still show a warning, but it won't fail the build.
This commit is contained in:
Hans-Christoph Steiner 2016-09-27 13:08:30 +02:00
parent 3aad107b51
commit a3b6185942

View File

@ -46,6 +46,7 @@ connected10:
# this file changes every time but should not be cached
- rm -f $GRADLE_USER_HOME/caches/modules-2/modules-2.lock
- exit $EXITVALUE
allow_failure: true
connected24:
variables: