mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
3762c1a6d2
This fixed CI breakage introduced by gst-ci!247
43 lines
1 KiB
YAML
43 lines
1 KiB
YAML
include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml"
|
|
|
|
.local-rules: &local-rules
|
|
rules:
|
|
- changes:
|
|
- validate/launcher/
|
|
|
|
# Run valgrind if we changed the check.py testsuite
|
|
local valgrind core:
|
|
extends: '.valgrind fedora x86_64'
|
|
variables:
|
|
TEST_SUITE: "check.gstreamer\\..*"
|
|
<<: *local-rules
|
|
|
|
local valgrind base:
|
|
extends: '.valgrind fedora x86_64'
|
|
variables:
|
|
TEST_SUITE: "check.gst-plugins-base\\..*"
|
|
<<: *local-rules
|
|
|
|
local valgrind good:
|
|
extends: '.valgrind fedora x86_64'
|
|
variables:
|
|
TEST_SUITE: "check.gst-plugins-good\\..*"
|
|
<<: *local-rules
|
|
|
|
local valgrind ugly:
|
|
extends: '.valgrind fedora x86_64'
|
|
variables:
|
|
TEST_SUITE: "check.gst-plugins-ugly\\..*"
|
|
<<: *local-rules
|
|
|
|
local valgrind bad:
|
|
extends: '.valgrind fedora x86_64'
|
|
variables:
|
|
TEST_SUITE: "check.gst-plugins-bad\\..*"
|
|
<<: *local-rules
|
|
|
|
local valgrind ges:
|
|
extends: '.valgrind fedora x86_64'
|
|
variables:
|
|
TEST_SUITE: "check.gst-editing-services\\..*"
|
|
<<: *local-rules
|