Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 03d7b45

Browse files
committed
Update the TEST_PARALLEL_JOBS value in CI
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.
1 parent 9593ff9 commit 03d7b45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ variables:
88
CCACHE_DIR: "/ccache"
99

1010
GIT_DEPTH: 1
11+
12+
# The following values may be overwritten in GitLab's CI/CD Variables Settings.
1113
BUILD_PARALLEL_JOBS: 6
12-
TEST_PARALLEL_JOBS: 6
14+
TEST_PARALLEL_JOBS: 4
1315

1416
CONFIGURE: ./configure
1517
CLANG_VERSION: 15

0 commit comments

Comments
 (0)