]> 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 09:16:27 +0000 (10:16 +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.

(cherry picked from commit cf46addf514238e9ac0d96e66300cc3f2e6bb0c4)

.gitlab-ci.yml

index 0b208bf06b9fd13366177e77c676f4ee0707676c..255fdc289dd2c7050c68053d0dea375adf5bae00 100644 (file)
@@ -1172,7 +1172,6 @@ system:clang:freebsd12:amd64:
   <<: *system_test_job
   variables:
     USER: gitlab-runner
-    TEST_PARALLEL_JOBS: 4
   needs:
     - job: clang:freebsd12:amd64
       artifacts: true
@@ -1199,7 +1198,6 @@ system:clang:freebsd13:amd64:
   <<: *system_test_job
   variables:
     USER: gitlab-runner
-    TEST_PARALLEL_JOBS: 4
   needs:
     - job: clang:freebsd13:amd64
       artifacts: true