From 17818cffe62d190ed8246832cdfc43d240acc5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 13 Oct 2022 20:21:15 +0200 Subject: [PATCH] ci: allow failure on valgrind job We have tests depending on external libraries that must not be updated just to fix such issues --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 278d379a..589e86c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,6 +86,7 @@ test: test_valgrind: stage: test + allow_failure: true except: variables: - $CI_PIPELINE_SOURCE == "schedule"