disabling bodhi reporting in prod while autoqa is on, adding fas password
This commit is contained in:
parent
926f0a48aa
commit
ebfcb2b1c9
1 changed files with 8 additions and 0 deletions
|
@ -34,6 +34,11 @@ reporting_enabled: True
|
|||
## Fedora Update System (Bodhi). This requires that you have Bodhi
|
||||
## credentials filled in secrets.conf.
|
||||
#report_to_bodhi: True
|
||||
{% if deployment_type == 'prod' %}
|
||||
# we don't have fakefedorainfra in prod and it's not turned on yet, don't
|
||||
# report to bodhi
|
||||
report_to_bodhi: False
|
||||
{% endif %}
|
||||
|
||||
## Whether to send test results to the configured ResultsDB server.
|
||||
report_to_resultsdb: True
|
||||
|
@ -91,4 +96,7 @@ fas_password: '{{ dev_taskotron_fas_password}}'
|
|||
{% if deployment_type == 'stg' %}
|
||||
fas_password: '{{ stg_taskotron_fas_password}}'
|
||||
{% endif %}
|
||||
{% if deployment_type == 'prod' %}
|
||||
fas_password: '{{ prod_taskotron_fas_password}}'
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue