mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 20:10:04 -04:00
Merge branch 'mnowak/update_TEST_PARALLEL_JOBS_for_BSD-v9_18' into 'v9_18'
[9.18] Disable OpenBSD system test parallelism in CI See merge request isc-projects/bind9!7590
This commit is contained in:
commit
5ebee24dde
1 changed files with 2 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
|
||||
|
|
@ -1227,9 +1225,11 @@ system:clang:openbsd:amd64:
|
|||
<<: *api_schedules_triggers_web_triggering_rules
|
||||
variables:
|
||||
USER: gitlab-runner
|
||||
TEST_PARALLEL_JOBS: 1
|
||||
needs:
|
||||
- job: clang:openbsd:amd64
|
||||
artifacts: true
|
||||
timeout: 2h
|
||||
|
||||
unit:clang:openbsd:amd64:
|
||||
<<: *openbsd_amd64_image
|
||||
|
|
|
|||
Loading…
Reference in a new issue