mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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:
parent
aaac9345eb
commit
4d5d3b75da
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue