mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
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:
parent
89ec0beeb5
commit
ba34f6a113
1 changed files with 0 additions and 4 deletions
|
@ -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:
|
||||
- "*"
|
||||
|
|
Loading…
Reference in a new issue