]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Run gcc:tarball CI job in web-triggered pipelines
authorMichal Nowak <mnowak@isc.org>
Wed, 31 Mar 2021 08:20:35 +0000 (10:20 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 31 Mar 2021 14:55:34 +0000 (16:55 +0200)
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.

(cherry picked from commit 4d5d3b75da12a6e4c1180bc003d88badf52cb514)

.gitlab-ci.yml

index 7206255891af23c8817fa438693be2b96c74dc8c..269fd05f4c87943b27ec3b26524fe6477c3893b5 100644 (file)
@@ -818,6 +818,7 @@ gcc:tarball:
   only:
     - schedules
     - tags
+    - web
 
 system:gcc:tarball:
   <<: *base_image
@@ -831,6 +832,7 @@ system:gcc:tarball:
   only:
     - schedules
     - tags
+    - web
 
 unit:gcc:tarball:
   <<: *base_image
@@ -843,6 +845,7 @@ unit:gcc:tarball:
   only:
     - schedules
     - tags
+    - web
 
 # Jobs for debug GCC builds on openSUSE Tumbleweed (amd64)