openqa/server: enable update test restart plugin on prod
Seems to be working fine in staging, so let's do it.
This commit is contained in:
parent
167376f451
commit
518ff32b8d
1 changed files with 1 additions and 3 deletions
|
@ -2,9 +2,7 @@
|
||||||
branding = plain
|
branding = plain
|
||||||
base_url = https://{{ external_hostname }}
|
base_url = https://{{ external_hostname }}
|
||||||
download_domains = fedoraproject.org
|
download_domains = fedoraproject.org
|
||||||
{% if deployment_type is defined and deployment_type == 'prod' %}
|
{% if deployment_type is defined %}
|
||||||
plugins = Fedmsg
|
|
||||||
{% elif deployment_type is defined and deployment_type == 'stg' %}
|
|
||||||
plugins = Fedmsg FedoraUpdateRestart
|
plugins = Fedmsg FedoraUpdateRestart
|
||||||
{% endif %}
|
{% endif %}
|
||||||
hide_asset_types = repo iso hdd
|
hide_asset_types = repo iso hdd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue