summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2021-10-08 10:48:30 -0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-10-12 16:59:16 +0000
commit4ad22b05a15056b9e85468af266bacc7d3758ee9 (patch)
tree496d30d5a289a8533ba4f61d072152f432570676 /.gitlab-ci.yml
parent47afe6db28d8221bd72b6da7b2f8830381be5710 (diff)
downloadgstreamer-4ad22b05a15056b9e85468af266bacc7d3758ee9.tar.gz
ci: Split base and core valgrind on different runners
Those are very slow compared to other jobs and it should mitigate the problem Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1113>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4d714e46dc..cd506d3d09 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -589,8 +589,10 @@ gstreamer-full-minimal:
valgrind core:
extends: '.valgrind fedora x86_64'
+ parallel: 2
variables:
TEST_SUITE: "check.gstreamer\\..*"
+ EXTRA_VALIDATE_ARGS: "--valgrind --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX}"
rules:
- changes:
- "*"
@@ -601,8 +603,10 @@ valgrind core:
valgrind base:
extends: '.valgrind fedora x86_64'
+ parallel: 4
variables:
TEST_SUITE: "check.gst-plugins-base\\..*"
+ EXTRA_VALIDATE_ARGS: "--valgrind --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX}"
rules:
- changes:
- "*"