]> 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 14:58:28 +0000 (16:58 +0200)
To prevent problems with unit and system tarball tests being revealed
during release process, run these tests on schedules.

.gitlab-ci.yml

index 178dc5d0fbc3ba85511370d5673ea06245dd0d8c..941938865c3db9f293391ba2ee3dcd48e58c0108 100644 (file)
@@ -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)