mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
ci: use 8 parallel jobs for the integration test suite
The runners have a lower core count than the previous generation so the integration tests run much slower overall than the used to, so fix that by running more in parallel again. The build time is measured in seconds and much faster than it used to be, so should still be a reasonable trade-off, and means re-tried jobs will complete faster. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3354>
This commit is contained in:
parent
6c8b7204e5
commit
4f3daefcc3
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ check fedora:
|
||||||
|
|
||||||
integration testsuites fedora:
|
integration testsuites fedora:
|
||||||
extends: '.test fedora x86_64'
|
extends: '.test fedora x86_64'
|
||||||
parallel: 4
|
parallel: 8
|
||||||
variables:
|
variables:
|
||||||
EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX} --sync"
|
EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX} --sync"
|
||||||
TEST_SUITE: "validate ges"
|
TEST_SUITE: "validate ges"
|
||||||
|
|
Loading…
Reference in a new issue