From 4ebb591a5c18eacf0b2fa4efdfd745fb51001512 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Wed, 4 Dec 2019 20:10:23 +0000 Subject: [PATCH] Allow the formatting test to fail By allowing to to fail, we won't block the rest of the CI tests, and also won't block the merge. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91f084b453..e6b2fa5bd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ before_script: # https://gitlab.com/gitlab-org/gitlab/issues/12850 test_formatting: stage: test + allow_failure: true script: - echo "Testing formatting from commit ${MERGE_BASE_SHA}" - ./tools/check_coding.sh --diff --ci --commit ${MERGE_BASE_SHA}