mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 13:19:59 -04:00
Do not spawn FreeBSD 11 CI jobs in merge requests
This commit is contained in:
parent
e4f88c359c
commit
70eccd2952
1 changed files with 3 additions and 0 deletions
|
|
@ -1104,10 +1104,12 @@ clang:freebsd11:amd64:
|
|||
USER: gitlab-runner
|
||||
<<: *freebsd_11_amd64_image
|
||||
<<: *build_job
|
||||
<<: *schedules_tags_web_triggering_rules
|
||||
|
||||
system:clang:freebsd11:amd64:
|
||||
<<: *freebsd_11_amd64_image
|
||||
<<: *system_test_job
|
||||
<<: *schedules_tags_web_triggering_rules
|
||||
variables:
|
||||
USER: gitlab-runner
|
||||
TEST_PARALLEL_JOBS: 4
|
||||
|
|
@ -1118,6 +1120,7 @@ system:clang:freebsd11:amd64:
|
|||
unit:clang:freebsd11:amd64:
|
||||
<<: *freebsd_11_amd64_image
|
||||
<<: *unit_test_job
|
||||
<<: *schedules_tags_web_triggering_rules
|
||||
needs:
|
||||
- job: clang:freebsd11:amd64
|
||||
artifacts: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue