adjusting taskotron.yaml template for different dev/stg/prod passwords

This commit is contained in:
Tim Flink 2014-07-03 11:53:40 +00:00
parent 8b425b4920
commit 7d3f25b14e

View file

@ -85,5 +85,7 @@ buildbot_task_step: 'runtask'
## FAS (Fedora Accounts System) credentials
## These credentials are used when reporting results into Bodhi.
fas_username: '{{ taskotron_fas_user }}'
fas_password: '{{ taskotron_fas_password}}'
{% if deployment_type == 'dev' %}
fas_password: '{{ dev_taskotron_fas_password}}'
{% endif %}