koji-containerbuild only in staging

This commit is contained in:
Adam Miller 2016-02-29 10:09:44 -06:00 committed by Adam Miller
parent 5cabd007f9
commit bb7a97f820
3 changed files with 3 additions and 0 deletions

View file

@ -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/',

View file

@ -38,6 +38,7 @@
- koji_builder
- {
role: osbs-client,
when: env == 'staging',
general: {
verbose: 0,
build_json_dir: '/usr/share/osbs/',

View file

@ -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/',