[glib: 2/3] CI: Do not allow failures in the valgrind job




commit 4432f78407039cd2551807db4f0bdfc2f0e07b46
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Wed Sep 14 22:00:45 2022 +0200

    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.

 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f1e511b8c..c29bacbd9c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]