From ba34f6a113f120a3f7ebc249c0f03d9251a5683a Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 20 Oct 2021 09:09:33 -0300 Subject: [PATCH] Revert "ci: Split base and core valgrind on different runners" Those job are not the ones that take most time in normal run (they where when running with --n-runs) and that leads to using more runners which might be a problem at this point. This reverts commit 4ad22b05a15056b9e85468af266bacc7d3758ee9. Part-of: --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4efb46e885..5c18c18a5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -591,10 +591,8 @@ 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: - "*" @@ -605,10 +603,8 @@ 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: - "*"