koji_hub / koji_builders: enable save_failed_tree
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
acbf9e21f7
commit
421f5b7cd8
2 changed files with 4 additions and 2 deletions
|
@ -147,6 +147,8 @@ keytab = /etc/kojid/kojid.keytab
|
||||||
{{ plugins.append("runroot") }}
|
{{ plugins.append("runroot") }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{{ plugins.append("save_failed_tree") }}
|
||||||
|
|
||||||
{% if ansible_architecture == 'x86_64' and not inventory_hostname.startswith('bkernel') %}
|
{% if ansible_architecture == 'x86_64' and not inventory_hostname.startswith('bkernel') %}
|
||||||
{{ plugins.append("builder_containerbuild") }}
|
{{ plugins.append("builder_containerbuild") }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -85,9 +85,9 @@ MissingPolicyOk = False
|
||||||
#Plugins = koji-disable-builds-plugin
|
#Plugins = koji-disable-builds-plugin
|
||||||
#Plugins = darkserver-plugin
|
#Plugins = darkserver-plugin
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo sidetag_hub rpmautospec_hub
|
Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo sidetag_hub save_failed_tree rpmautospec_hub
|
||||||
{% else %}
|
{% else %}
|
||||||
Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo sidetag_hub
|
Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo sidetag_hub save_failed_tree
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
[policy]
|
[policy]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue