From 2c017e158d09e9ec633f3e8fc1fb85fd8caa3eb1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 19 May 2016 10:48:17 +0200 Subject: [PATCH] gitlab-ci: connected10 does not mark build as failed The connected10 build is not yet stable, and it has odd crashes. So it should not affect the overall success/fail marking. For example: https://gitlab.com/eighthave/fdroidclient/builds/1430790 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8838315b1..4aabb1e92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,6 +47,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 # remove once install segfaults are gone connected17: variables: