]> 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:19:01 +0000 (19:19 +0200)
(cherry picked from commit f56b88f72ee825dcb3b9a818b0d9fb0f9eb78d28)

.gitlab-ci.yml

index acf95eb99d98864b77b753e5d77c34f1064c5f60..cad416d2cbbd5aa68a31fe471c9b5785da2e2e92 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