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.
This commit is contained in:
Michal Nowak 2021-03-31 10:20:35 +02:00
parent aaac9345eb
commit 4d5d3b75da
No known key found for this signature in database
GPG key ID: 24A3E8463AEE5E56

View 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)