mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-27 11:40:24 -04:00
Merge branch 'ondrej/run-full-pipeline-on-schedule-v9_14' into 'v9_14'
[v9_14] Run all jobs on scheduled builds (including OpenBSD and Windows) See merge request isc-projects/bind9!2859
This commit is contained in:
commit
3a8a9ef124
1 changed files with 5 additions and 0 deletions
|
|
@ -140,12 +140,14 @@ stages:
|
|||
- merge_requests
|
||||
- tags
|
||||
- web
|
||||
- schedules
|
||||
|
||||
.release-branch-triggering-rules: &release_branch_triggering_rules
|
||||
only:
|
||||
- merge_requests
|
||||
- tags
|
||||
- web
|
||||
- schedules
|
||||
- master@isc-projects/bind9
|
||||
- /^v9_[1-9][0-9]$/@isc-projects/bind9
|
||||
|
||||
|
|
@ -283,6 +285,7 @@ stages:
|
|||
only:
|
||||
- tags
|
||||
- web
|
||||
- schedules
|
||||
|
||||
.unit_test: &unit_test_job
|
||||
<<: *default_triggering_rules
|
||||
|
|
@ -945,6 +948,7 @@ system:clang:openbsd6.5:amd64:
|
|||
- clang:openbsd6.5:amd64
|
||||
needs: ["clang:openbsd6.5:amd64"]
|
||||
only:
|
||||
- schedules
|
||||
- tags
|
||||
- web
|
||||
|
||||
|
|
@ -993,6 +997,7 @@ msvc-debug:windows:amd64:
|
|||
variables:
|
||||
VSCONF: Debug
|
||||
only:
|
||||
- schedules
|
||||
- tags
|
||||
- web
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue