]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Set number of parallel jobs in .gitlab-ci.yml
authorOndřej Surý <ondrej@sury.org>
Wed, 3 Jul 2019 17:00:18 +0000 (19:00 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 3 Jul 2019 17:24:23 +0000 (19:24 +0200)
(cherry picked from commit f56b88f72ee825dcb3b9a818b0d9fb0f9eb78d28)

.gitlab-ci.yml

index a89eca5b552524a052cb5d3f9214820f1a3c7b60..adb9721e31716d037629ec21eb64ff3a71085583 100644 (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