]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Do not set TEST_PARALLEL_JOBS in FreeBSD system test
authorMichal Nowak <mnowak@isc.org>
Wed, 22 Feb 2023 10:38:45 +0000 (11:38 +0100)
committerMichal Nowak <mnowak@isc.org>
Fri, 24 Feb 2023 07:59:18 +0000 (08:59 +0100)
Setting TEST_PARALLEL_JOBS to 4 in FreeBSD system test jobs is a no-op
because it's already set to 4, one level above, on the global level.

.gitlab-ci.yml

index 78a08ecfc1af7078144b6f8295a5d76090cc02c9..96755b4f09c819fb8957cd76f87868a0be06febe 100644 (file)
@@ -1107,7 +1107,6 @@ system:clang:freebsd12:amd64:
   <<: *system_test_job
   variables:
     USER: gitlab-runner
-    TEST_PARALLEL_JOBS: 4
   needs:
     - job: clang:freebsd12:amd64
       artifacts: true
@@ -1134,7 +1133,6 @@ system:clang:freebsd13:amd64:
   <<: *system_test_job
   variables:
     USER: gitlab-runner
-    TEST_PARALLEL_JOBS: 4
   needs:
     - job: clang:freebsd13:amd64
       artifacts: true