From: Ondřej Surý Date: Tue, 10 Dec 2019 08:23:37 +0000 (+0100) Subject: Run all jobs on scheduled builds (including OpenBSD and Windows) X-Git-Tag: v9.15.7~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52773e226a0243d2cf1c8541bb7f1fb0303ee5e3;p=thirdparty%2Fbind9.git Run all jobs on scheduled builds (including OpenBSD and Windows) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7473ebca8b..654074c5b4a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -133,12 +133,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 @@ -854,6 +856,7 @@ system:clang:openbsd6.5:amd64: - clang:openbsd6.5:amd64 needs: ["clang:openbsd6.5:amd64"] only: + - schedules - tags - web @@ -941,5 +944,6 @@ system:msvc:windows:amd64: expire_in: "1 week" when: on_failure only: + - schedules - tags - web