summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-11-07 18:29:52 +0000
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-11-08 18:02:39 +0000
commit4f3daefcc388ed69f835ae68ce53dc9d0231bf87 (patch)
tree48ff35fe41679f3baa36f90d2dabd4a1dd268dbd /.gitlab-ci.yml
parent6c8b7204e5246be227b170efdcd66a15d6f447cb (diff)
downloadgstreamer-4f3daefcc388ed69f835ae68ce53dc9d0231bf87.tar.gz
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>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 24d671303c..855abba430 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -507,7 +507,7 @@ check fedora:
integration testsuites fedora:
extends: '.test fedora x86_64'
- parallel: 4
+ parallel: 8
variables:
EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX} --sync"
TEST_SUITE: "validate ges"