Enable the runroot hub plugin in stg.
This commit is contained in:
parent
9e68d59ff1
commit
ff598bcb72
1 changed files with 4 additions and 0 deletions
|
@ -68,7 +68,11 @@ DisableNotifications = True
|
|||
|
||||
#Plugins = koji-disable-builds-plugin
|
||||
#Plugins = darkserver-plugin
|
||||
{% if env == 'staging' %}
|
||||
Plugins = fedmsg-koji-plugin runroot
|
||||
{% else %}
|
||||
Plugins = fedmsg-koji-plugin
|
||||
{% endif %}
|
||||
|
||||
{% if inventory_hostname.startswith('koji') %}
|
||||
[policy]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue