From: Tim-Philipp Müller Date: Mon, 7 Nov 2022 18:29:52 +0000 (+0000) Subject: ci: use 8 parallel jobs for the integration test suite X-Git-Tag: 1.22.0~530 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fgstreamer.git;a=commitdiff_plain;h=4f3daefcc388ed69f835ae68ce53dc9d0231bf87 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: --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24d6713..855abba 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"