Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Wiedler <iwiedler@gitlab.com>2020-04-23 14:27:46 +0300
committerIgor Wiedler <iwiedler@gitlab.com>2020-04-23 14:27:46 +0300
commitdd0901864b3f70e60ad5132f4d745e6559fe3e7a (patch)
tree57c02785553b5d6cd77f3904c9b30b2610437eb4
parent6dccdf977c4983dea51cb9abf8772659c76d81a9 (diff)
Allow "race" job to fail in CIrace-allow-fail
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5b5c35d2..e4aee228b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -156,6 +156,7 @@ race:
- _build/reports/go-tests-report-${CI_JOB_NAME}.xml
reports:
junit: _build/reports/go-tests-report-${CI_JOB_NAME}.xml
+ allow_failure: true
cover:
<<: *ruby_definition