ci: add rtsp-server valgrind job

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7811>
This commit is contained in:
Tim-Philipp Müller 2024-11-01 16:15:17 +00:00 committed by GStreamer Marge Bot
parent 573f401e58
commit fe760ca71d

View File

@ -1002,6 +1002,23 @@ valgrind ges:
# as flaky. Until then, just ignore failures.
allow_failure: true
valgrind rtsp-server:
extends: '.valgrind fedora x86_64'
variables:
TEST_SUITE: "check.gst-rtsp-server\\..*"
rules:
- changes:
paths:
- "*"
- "scripts/*"
- "ci/**/*"
- "subprojects/gst-devtools/**/*"
- "subprojects/gstreamer/**/*"
- "subprojects/gst-plugins-base/**/*"
- "subprojects/gst-plugins-good/**/*"
- "subprojects/gst-plugins-bad/**/*"
- "subprojects/gst-rtsp-server/**/*"
# ---- Integration ----- #
.documentation: