Merge branch 'mnowak/set-TEST_PARALLEL_JOBS-to-four' into 'v9_16'

[9.16] Update the TEST_PARALLEL_JOBS value in CI

See merge request isc-projects/bind9!7594
This commit is contained in:
Michal Nowak
2023-02-24 09:42:11 +00:00

View File

@@ -12,8 +12,10 @@ variables:
KYUA_RESULT: "$CI_PROJECT_DIR/kyua.results"
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