From 487e07450f191e81baf3bd1dfd3437153769f1f4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 11 Feb 2025 11:14:00 -0800 Subject: [PATCH] builders: drop loading containerbuild plugin, we do not use it anymore Signed-off-by: Kevin Fenzi --- roles/koji_builder/templates/kojid.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index 9d70abc234..b314e3ac3f 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -109,10 +109,6 @@ keytab = /etc/kojid/kojid.keytab {{ plugins.append("save_failed_tree") }} -{% if ansible_architecture == 'x86_64' and not inventory_hostname.startswith('bkernel') %} -{{ plugins.append("builder_containerbuild") }} -{% endif %} - {{ plugins.append("osbuild") }} {{ plugins.append("scmpolicy") }}