]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Run unit and system tarball tests on schedules
authorMichal Nowak <mnowak@isc.org>
Thu, 6 Aug 2020 13:02:25 +0000 (15:02 +0200)
committerMichal Nowak <mnowak@isc.org>
Tue, 11 Aug 2020 15:03:21 +0000 (17:03 +0200)
To prevent problems with unit and system tarball tests being revealed
during release process, run these tests on schedules.

(cherry picked from commit 439fe9bc3cdb3e2da14c602e5caaed4e60e86855)

.gitlab-ci.yml

index 9166bc617f997a6c6bc326a119e47567af88e7ee..6d36ae0ffb85360371214147a324892b63f797e5 100644 (file)
@@ -739,6 +739,7 @@ gcc:tarball:
     - job: tarball-create
       artifacts: true
   only:
+    - schedules
     - tags
 
 system:gcc:tarball:
@@ -751,6 +752,7 @@ system:gcc:tarball:
     - job: gcc:tarball
       artifacts: true
   only:
+    - schedules
     - tags
 
 unit:gcc:tarball:
@@ -762,6 +764,7 @@ unit:gcc:tarball:
     - job: gcc:tarball
       artifacts: true
   only:
+    - schedules
     - tags
 
 # Jobs for regular GCC builds on Debian Sid (i386)