ci: mark valgrind ges job as allowed to fail
authorTim-Philipp Müller <tim@centricular.com>
Thu, 22 Dec 2022 15:51:46 +0000 (15:51 +0000)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 22 Dec 2022 19:28:12 +0000 (19:28 +0000)
It's extremely flaky, especially with idle runners, and
it's not limited to just a single test.

Mark as allowed to fail until someone starts caring about it.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3626>

.gitlab-ci.yml

index e0d4319..638f73f 100644 (file)
@@ -677,6 +677,10 @@ valgrind ges:
       - subprojects/gst-plugins-bad/**/*
       - subprojects/gst-editing-services/**/*
       - subprojects/gst-python/**/*
+  # valgrind ges jobs are racy across the board and simply fail too often.
+  # Someone needs to go through job logs and figure out which jobs to mark
+  # as flaky. Until then, just ignore failures.
+  allow_failure: true
 
 # ---- Integration ----- #