From 2b5007ef1af739a73d4e6c470bb6741105136647 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. (cherry picked from commit 439fe9bc3cdb3e2da14c602e5caaed4e60e86855) --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9166bc617f..6d36ae0ffb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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)