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:
parent
3aad107b51
commit
a3b6185942
@ -46,6 +46,7 @@ connected10:
|
|||||||
# this file changes every time but should not be cached
|
# this file changes every time but should not be cached
|
||||||
- rm -f $GRADLE_USER_HOME/caches/modules-2/modules-2.lock
|
- rm -f $GRADLE_USER_HOME/caches/modules-2/modules-2.lock
|
||||||
- exit $EXITVALUE
|
- exit $EXITVALUE
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
connected24:
|
connected24:
|
||||||
variables:
|
variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user