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 4ad22b05a1.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1212>
This commit is contained in:
Thibault Saunier 2021-10-20 09:09:33 -03:00 committed by GStreamer Marge Bot
parent 89ec0beeb5
commit ba34f6a113

View file

@ -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:
- "*"