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 ----- #