gitlab: Run all valgrind jobs when running in gst-ci

Everything needs to be tested there as we might be updating the docker image
This commit is contained in:
Thibault Saunier 2019-05-13 21:51:15 -04:00
parent 68fa0afea7
commit b159e08f89

View file

@ -213,7 +213,7 @@ valgrind core:
TEST_SUITE: "check.gstreamer\\..*"
only:
variables:
- $CI_PROJECT_NAME == "gstreamer"
- $CI_PROJECT_NAME =~ /^(gstreamer|gst-ci)$/
valgrind base:
extends: '.valgrind fedora x86_64'
@ -221,7 +221,7 @@ valgrind base:
TEST_SUITE: "check.gst-plugins-base\\..*"
only:
variables:
- $CI_PROJECT_NAME =~ /^(gstreamer|gst-plugins-base)$/
- $CI_PROJECT_NAME =~ /^(gstreamer|gst-plugins-base|gst-ci)$/
valgrind good:
extends: '.valgrind fedora x86_64'
@ -229,7 +229,7 @@ valgrind good:
TEST_SUITE: "check.gst-plugins-good\\..*"
only:
variables:
- $CI_PROJECT_NAME =~ /^(gstreamer|gst-plugins-base|gst-plugins-good)$/
- $CI_PROJECT_NAME =~ /^(gstreamer|gst-plugins-base|gst-plugins-good|gst-ci)$/
valgrind ugly:
extends: '.valgrind fedora x86_64'
@ -237,7 +237,7 @@ valgrind ugly:
TEST_SUITE: "check.gst-plugins-ugly\\..*"
only:
variables:
- $CI_PROJECT_NAME =~ /^(gstreamer|gst-plugins-base|gst-plugins-ugly)$/
- $CI_PROJECT_NAME =~ /^(gstreamer|gst-plugins-base|gst-plugins-ugly|gst-ci)$/
valgrind bad:
extends: '.valgrind fedora x86_64'
@ -245,7 +245,7 @@ valgrind bad:
TEST_SUITE: "check.gst-plugins-bad\\..*"
only:
variables:
- $CI_PROJECT_NAME =~ /^(gstreamer|gst-plugins-base|gst-plugins-good|gst-plugins-bad)$/
- $CI_PROJECT_NAME =~ /^(gstreamer|gst-plugins-base|gst-plugins-good|gst-plugins-bad|gst-ci)$/
valgrind ges:
extends: '.valgrind fedora x86_64'
@ -253,7 +253,7 @@ valgrind ges:
TEST_SUITE: "check.gst-editing-services\\..*"
only:
variables:
- $CI_PROJECT_NAME =~ /^(gstreamer|gst-plugins-base|gst-plugins-good|gst-editing-services)$/
- $CI_PROJECT_NAME =~ /^(gstreamer|gst-plugins-base|gst-plugins-good|gst-editing-services|gst-ci)$/
# Template for Cerbero GStreamer Build
#