mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
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.
This commit is contained in:
@@ -1107,7 +1107,6 @@ system:clang:freebsd12:amd64:
|
|||||||
<<: *system_test_job
|
<<: *system_test_job
|
||||||
variables:
|
variables:
|
||||||
USER: gitlab-runner
|
USER: gitlab-runner
|
||||||
TEST_PARALLEL_JOBS: 4
|
|
||||||
needs:
|
needs:
|
||||||
- job: clang:freebsd12:amd64
|
- job: clang:freebsd12:amd64
|
||||||
artifacts: true
|
artifacts: true
|
||||||
@@ -1134,7 +1133,6 @@ system:clang:freebsd13:amd64:
|
|||||||
<<: *system_test_job
|
<<: *system_test_job
|
||||||
variables:
|
variables:
|
||||||
USER: gitlab-runner
|
USER: gitlab-runner
|
||||||
TEST_PARALLEL_JOBS: 4
|
|
||||||
needs:
|
needs:
|
||||||
- job: clang:freebsd13:amd64
|
- job: clang:freebsd13:amd64
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
Reference in New Issue
Block a user