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:
Nicolas Dufresne 2020-03-17 11:59:34 -04:00
parent ee77993ccd
commit 45901ee69b

View file

@ -275,7 +275,6 @@ gstreamer-full:
stage: 'test'
variables:
EXTRA_VALIDATE_ARGS: "--valgrind"
EXCEPT_PROJECT_REGEX: '/^(gstreamer|gst-integration-testsuites)$/'
valgrind core:
extends: '.valgrind fedora x86_64'