From: Michal Nowak Date: Wed, 31 Mar 2021 08:20:35 +0000 (+0200) Subject: Run gcc:tarball CI job in web-triggered pipelines X-Git-Tag: v9.17.12~20^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d5d3b75da12a6e4c1180bc003d88badf52cb514;p=thirdparty%2Fbind9.git 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86fecc00ba4..42e27fd229b 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)