mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
CI: integration: Split this test in 4 jobs
That job was the slowest, now each jobs takes about 12 minutes, which makes it slightly faster then msys2 jobs, and sometime iOS due to low bandwidth and low availibility of OSX runners.
This commit is contained in:
parent
b9c68041b2
commit
9e7b8f9392
1 changed files with 2 additions and 1 deletions
|
@ -262,8 +262,9 @@ check fedora:
|
|||
|
||||
integration testsuites fedora:
|
||||
extends: '.test fedora x86_64'
|
||||
parallel: 4
|
||||
variables:
|
||||
EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --check-bugs"
|
||||
EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --check-bugs --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX}"
|
||||
TEST_SUITE: "validate ges"
|
||||
except:
|
||||
variables:
|
||||
|
|
Loading…
Reference in a new issue