From 439fe9bc3cdb3e2da14c602e5caaed4e60e86855 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Thu, 6 Aug 2020 15:02:25 +0200 Subject: [PATCH] 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. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 178dc5d0fb..941938865c 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)