From: Michal Nowak Date: Wed, 22 Feb 2023 10:38:45 +0000 (+0100) Subject: Do not set TEST_PARALLEL_JOBS in FreeBSD system test X-Git-Tag: v9.19.11~31^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf46addf514238e9ac0d96e66300cc3f2e6bb0c4;p=thirdparty%2Fbind9.git Do not set TEST_PARALLEL_JOBS in FreeBSD system test 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78a08ecfc1a..96755b4f09c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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