]> 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:35:59 +0000 (16:35 +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.

.gitlab-ci.yml

index 86fecc00ba488fc6c07a49d495d20aa32099bad4..42e27fd229bca76bd9d371e882914b6ce1e0b671 100644 (file)
@@ -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)