mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +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:
|
valgrind core:
|
||||||
extends: '.valgrind fedora x86_64'
|
extends: '.valgrind fedora x86_64'
|
||||||
|
parallel: 2
|
||||||
variables:
|
variables:
|
||||||
TEST_SUITE: "check.gstreamer\\..*"
|
TEST_SUITE: "check.gstreamer\\..*"
|
||||||
|
EXTRA_VALIDATE_ARGS: "--valgrind --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX}"
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- "*"
|
- "*"
|
||||||
|
@ -601,8 +603,10 @@ valgrind core:
|
||||||
|
|
||||||
valgrind base:
|
valgrind base:
|
||||||
extends: '.valgrind fedora x86_64'
|
extends: '.valgrind fedora x86_64'
|
||||||
|
parallel: 4
|
||||||
variables:
|
variables:
|
||||||
TEST_SUITE: "check.gst-plugins-base\\..*"
|
TEST_SUITE: "check.gst-plugins-base\\..*"
|
||||||
|
EXTRA_VALIDATE_ARGS: "--valgrind --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX}"
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
Loading…
Reference in a new issue