]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update the TEST_PARALLEL_JOBS value in CI
authorTom Krizek <tkrizek@isc.org>
Fri, 6 Jan 2023 14:08:27 +0000 (15:08 +0100)
committerTom Krizek <tkrizek@isc.org>
Fri, 13 Jan 2023 16:01:30 +0000 (17:01 +0100)
The authoritative source for this value is in the project's CI/CD
Variables Setting. The reason to keep it in .gitlab-ci.yaml as well is
to have functional testing in forks without the need to manually specify
this variable in Settings.

The tests have been executed with 4 jobs for some time now. This
"change" only brings .gitlab-ci.yaml file up to date, it doesn't
actually change the number of jobs we currently use to test.

.gitlab-ci.yml

index bd3f0c8b5e2f4eebce43271fbd275f8c2446e1a0..ba74e23ac7b4c529874bc4d1a14b4541523d9250 100644 (file)
@@ -8,8 +8,10 @@ variables:
   CCACHE_DIR: "/ccache"
 
   GIT_DEPTH: 1
+
+  # The following values may be overwritten in GitLab's CI/CD Variables Settings.
   BUILD_PARALLEL_JOBS: 6
-  TEST_PARALLEL_JOBS: 6
+  TEST_PARALLEL_JOBS: 4
 
   CONFIGURE: ./configure
   CLANG_VERSION: 15