From: Michal Nowak Date: Thu, 6 Aug 2020 13:02:25 +0000 (+0200) Subject: Run unit and system tarball tests on schedules X-Git-Tag: v9.17.5~57^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=439fe9bc3cdb3e2da14c602e5caaed4e60e86855;p=thirdparty%2Fbind9.git 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 178dc5d0fbc..941938865c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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)