From 45901ee69b0af07e12be8187fd2bc10328f56e8f Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 17 Mar 2020 11:59:34 -0400 Subject: [PATCH] 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. --- gitlab/ci_template.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 1fd30468bf..f394bc268b 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -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'