mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
CI: Do not allow failures in the valgrind job
We're no more leaks, so we can just be more restrictive at it, in order to find new problems easier.
This commit is contained in:
parent
505755e4d2
commit
4432f78407
@ -227,9 +227,6 @@ valgrind:
|
||||
- bash -x ./.gitlab-ci/run-tests.sh
|
||||
--setup valgrind
|
||||
--no-suite slow
|
||||
# FIXME: Remove this when we have zero valgrind leaks.
|
||||
# https://gitlab.gnome.org/GNOME/glib/issues/333
|
||||
allow_failure: true
|
||||
artifacts:
|
||||
reports:
|
||||
junit: "_build/meson-logs/testlog-valgrind.junit.xml"
|
||||
|
Loading…
Reference in New Issue
Block a user