From a70e2c8fa800bc91a886d2fd55c41182772289fb Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 6 Feb 2024 12:38:42 -0800 Subject: [PATCH] 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 --- roles/koji_builder/templates/kojid.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index dbdb42cf8f..98f2623842 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -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") }}