1 include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml"
3 .local-rules: &local-rules
8 # Run valgrind if we changed the check.py testsuite
10 extends: '.valgrind fedora x86_64'
12 TEST_SUITE: "check.gstreamer\\..*"
16 extends: '.valgrind fedora x86_64'
18 TEST_SUITE: "check.gst-plugins-base\\..*"
22 extends: '.valgrind fedora x86_64'
24 TEST_SUITE: "check.gst-plugins-good\\..*"
28 extends: '.valgrind fedora x86_64'
30 TEST_SUITE: "check.gst-plugins-ugly\\..*"
34 extends: '.valgrind fedora x86_64'
36 TEST_SUITE: "check.gst-plugins-bad\\..*"
40 extends: '.valgrind fedora x86_64'
42 TEST_SUITE: "check.gst-editing-services\\..*"