From 9e7b8f9392ff47cd289d27350585d241e3b74a79 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sat, 11 Jan 2020 23:09:04 -0500 Subject: [PATCH] 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. --- gitlab/ci_template.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 79486bae62..ee68c51930 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -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: