summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-12-22 15:51:46 +0000
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-12-22 19:28:12 +0000
commite2fe594a190854f0f06c7346e69b395347414885 (patch)
treeed2ec4edd19627fce09d152717980796363a74dc /.gitlab-ci.yml
parent85f2cb577024a6eb27c2dd156d3f655d27a65728 (diff)
downloadgstreamer-e2fe594a190854f0f06c7346e69b395347414885.tar.gz
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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3626>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
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 ----- #