mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
ci: Remove spurious except regex in valgrind test
This was ported but unused from the previous code. In the new code it was preventing valgrind jobs from being run in gstreamer repository.
This commit is contained in:
parent
ee77993ccd
commit
45901ee69b
1 changed files with 0 additions and 1 deletions
|
@ -275,7 +275,6 @@ gstreamer-full:
|
||||||
stage: 'test'
|
stage: 'test'
|
||||||
variables:
|
variables:
|
||||||
EXTRA_VALIDATE_ARGS: "--valgrind"
|
EXTRA_VALIDATE_ARGS: "--valgrind"
|
||||||
EXCEPT_PROJECT_REGEX: '/^(gstreamer|gst-integration-testsuites)$/'
|
|
||||||
|
|
||||||
valgrind core:
|
valgrind core:
|
||||||
extends: '.valgrind fedora x86_64'
|
extends: '.valgrind fedora x86_64'
|
||||||
|
|
Loading…
Reference in a new issue