koji-containerbuild only in staging
This commit is contained in:
parent
5cabd007f9
commit
bb7a97f820
3 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
- { role: sudo, when: not inventory_hostname.startswith('bkernel') }
|
||||
- {
|
||||
role: osbs-client,
|
||||
when: env == 'staging',
|
||||
general: {
|
||||
verbose: 0,
|
||||
build_json_dir: '/usr/share/osbs/',
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
- koji_builder
|
||||
- {
|
||||
role: osbs-client,
|
||||
when: env == 'staging',
|
||||
general: {
|
||||
verbose: 0,
|
||||
build_json_dir: '/usr/share/osbs/',
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
- { role: koji_builder, when: env == "staging" or inventory_hostname.startswith('s390') or inventory_hostname.startswith('arm') }
|
||||
- {
|
||||
role: osbs-client,
|
||||
when: env == 'staging',
|
||||
general: {
|
||||
verbose: 0,
|
||||
build_json_dir: '/usr/share/osbs/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue