kojid / staging: just enable osbuild on all
Just enable the osbuild plugin on all the hosts, and we will narrow things down with the channel/policy setup. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1c2e14769c
commit
a70e2c8fa8
1 changed files with 0 additions and 6 deletions
|
@ -111,13 +111,7 @@ keytab = /etc/kojid/kojid.keytab
|
|||
|
||||
{{ plugins.append("rpmautospec_builder") }}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
{% if inventory_hostname == 'buildvm-x86-05.stg.iad2.fedoraproject.org' %}
|
||||
{{ plugins.append("osbuild") }}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{{ plugins.append("osbuild") }}
|
||||
{% endif %}
|
||||
|
||||
{{ plugins.append("scmpolicy") }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue