Set number of parallel jobs in .gitlab-ci.yml

(cherry picked from commit f56b88f72e)
This commit is contained in:
Ondřej Surý
2019-07-03 19:19:01 +02:00
parent d9a3bf572f
commit fc7ea9cc4d
+3
View File
@@ -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