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:
Kevin Fenzi 2024-02-06 12:38:42 -08:00
parent 1c2e14769c
commit a70e2c8fa8

View file

@ -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") }}