From e2fe594a190854f0f06c7346e69b395347414885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 22 Dec 2022 15:51:46 +0000 Subject: [PATCH] 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: --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0d4319cbf..638f73f8ca 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 ----- #