mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-14 22:53:34 -04:00
Run unit and system tarball tests on schedules
To prevent problems with unit and system tarball tests being revealed during release process, run these tests on schedules.
This commit is contained in:
parent
ba6af6d507
commit
439fe9bc3c
1 changed files with 3 additions and 0 deletions
|
|
@ -709,6 +709,7 @@ gcc:tarball:
|
|||
- job: tarball-create
|
||||
artifacts: true
|
||||
only:
|
||||
- schedules
|
||||
- tags
|
||||
|
||||
system:gcc:tarball:
|
||||
|
|
@ -721,6 +722,7 @@ system:gcc:tarball:
|
|||
- job: gcc:tarball
|
||||
artifacts: true
|
||||
only:
|
||||
- schedules
|
||||
- tags
|
||||
|
||||
unit:gcc:tarball:
|
||||
|
|
@ -732,6 +734,7 @@ unit:gcc:tarball:
|
|||
- job: gcc:tarball
|
||||
artifacts: true
|
||||
only:
|
||||
- schedules
|
||||
- tags
|
||||
|
||||
# Jobs for regular GCC builds on Debian "sid" (i386)
|
||||
|
|
|
|||
Loading…
Reference in a new issue