mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
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>
This commit is contained in:
parent
85f2cb5770
commit
e2fe594a19
1 changed files with 4 additions and 0 deletions
|
@ -677,6 +677,10 @@ valgrind ges:
|
||||||
- subprojects/gst-plugins-bad/**/*
|
- subprojects/gst-plugins-bad/**/*
|
||||||
- subprojects/gst-editing-services/**/*
|
- subprojects/gst-editing-services/**/*
|
||||||
- subprojects/gst-python/**/*
|
- 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 ----- #
|
# ---- Integration ----- #
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue