switch taskotron production clients over to the taskotron FAS user
This commit is contained in:
parent
e1a9104e0f
commit
1ae8639710
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ mem_size: 8096
|
|||
num_cpus: 2
|
||||
|
||||
slave_user: buildslave
|
||||
taskotron_fas_user: autoqa
|
||||
taskotron_fas_user: taskotron
|
||||
resultsdb_server: http://resultsdb01.qa.fedoraproject.org/resultsdb_api/api/v1.0/
|
||||
# this is proxy01.phx2
|
||||
bodhi_server: https://admin.fedoraproject.org/updates
|
||||
|
|
|
@ -92,6 +92,6 @@ fas_password: '{{ dev_taskotron_fas_password}}'
|
|||
fas_password: '{{ stg_taskotron_fas_password}}'
|
||||
{% endif %}
|
||||
{% if deployment_type == 'prod' %}
|
||||
fas_password: '{{ prod_taskotron_fas_password}}'
|
||||
fas_password: '{{ taskotron_fas_password }}'
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue