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:
Marco Trevisan (Treviño) 2022-09-14 22:00:45 +02:00
parent 505755e4d2
commit 4432f78407

View File

@ -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"