mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-23 10:39:16 +00:00
Merge branch 'mnowak/update_TEST_PARALLEL_JOBS_for_BSD' into 'main'
Disable OpenBSD system test parallelism in CI See merge request isc-projects/bind9!7585
This commit is contained in:
commit
ec33efe351
@ -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
|
||||||
@ -1162,9 +1160,11 @@ system:clang:openbsd:amd64:
|
|||||||
<<: *api_schedules_triggers_web_triggering_rules
|
<<: *api_schedules_triggers_web_triggering_rules
|
||||||
variables:
|
variables:
|
||||||
USER: gitlab-runner
|
USER: gitlab-runner
|
||||||
|
TEST_PARALLEL_JOBS: 1
|
||||||
needs:
|
needs:
|
||||||
- job: clang:openbsd:amd64
|
- job: clang:openbsd:amd64
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
timeout: 2h
|
||||||
|
|
||||||
unit:clang:openbsd:amd64:
|
unit:clang:openbsd:amd64:
|
||||||
<<: *openbsd_amd64_image
|
<<: *openbsd_amd64_image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user