From 4d5d3b75da12a6e4c1180bc003d88badf52cb514 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Wed, 31 Mar 2021 10:20:35 +0200 Subject: [PATCH] Run gcc:tarball CI job in web-triggered pipelines The gcc:tarball CI job may identify problems with tarballs created by "make dist" of the tarball-create CI job. Enabling the gcc:tarball CI job in web-triggered pipelines provides developers with a test vector. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86fecc00ba..42e27fd229 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -789,6 +789,7 @@ gcc:tarball: only: - schedules - tags + - web system:gcc:tarball: <<: *base_image @@ -802,6 +803,7 @@ system:gcc:tarball: only: - schedules - tags + - web unit:gcc:tarball: <<: *base_image @@ -814,6 +816,7 @@ unit:gcc:tarball: only: - schedules - tags + - web # Jobs for debug GCC builds on openSUSE Tumbleweed (amd64)