From f56b88f72ee825dcb3b9a818b0d9fb0f9eb78d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 3 Jul 2019 19:00:18 +0200 Subject: [PATCH] Set number of parallel jobs in .gitlab-ci.yml --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 807997e7f6..470385f4fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,9 @@ variables: # VirtualBox driver needs to set build_dir to "/builds" in gitlab-runner.toml KYUA_RESULT: "$CI_PROJECT_DIR/kyua.results" + BUILD_PARALLEL_JOBS: 6 + TEST_PARALLEL_JOBS: 6 + stages: - precheck - build