From 2b425fa88a65e62e37ac29bf7822fdba88a086af Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 11 Feb 2020 15:12:14 +0000 Subject: [PATCH] ci: Allow release job to fail We need to investigate release-specific failures, and possibly fix our test suite to deal with debug-specific poking through the internal state. For the time being, allow the release job to fail, but this is strictly a temporary measure. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58db3d7a4e..6df0a99184 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,6 +80,7 @@ release-build: _build - ninja -C _build - .gitlab-ci/run-tests.sh _build + allow_failure: true artifacts: when: always reports: