From: Tim-Philipp Müller Date: Thu, 22 Dec 2022 15:51:46 +0000 (+0000) Subject: ci: mark valgrind ges job as allowed to fail X-Git-Tag: 1.22.0~119 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fgstreamer.git;a=commitdiff_plain;h=e2fe594a190854f0f06c7346e69b395347414885 ci: mark valgrind ges job as allowed to fail 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: --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0d4319..638f73f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 ----- #