ci: add rtsp-server valgrind job
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7811>
This commit is contained in:
parent
573f401e58
commit
fe760ca71d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user