mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:00:00 -04: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.
(cherry picked from commit cf46addf51)
This commit is contained in:
parent
359919b326
commit
ef9b15fc50
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue