mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
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>
This commit is contained in:
parent
47afe6db28
commit
4ad22b05a1
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
- "*"
|
||||
|
|
Loading…
Reference in a new issue