ci: allow failure on valgrind job

We have tests depending on external libraries that must not be updated
just to fix such issues
This commit is contained in:
Marco Trevisan (Treviño)
2022-10-13 20:21:15 +02:00
parent 18ca916c4d
commit 17818cffe6
+1
View File
@@ -86,6 +86,7 @@ test:
test_valgrind: test_valgrind:
stage: test stage: test
allow_failure: true
except: except:
variables: variables:
- $CI_PIPELINE_SOURCE == "schedule" - $CI_PIPELINE_SOURCE == "schedule"