Use correct execdb server url
This commit is contained in:
parent
47a5f85b55
commit
ff3873892e
5 changed files with 4 additions and 7 deletions
|
@ -40,4 +40,3 @@ fakefedorainfra_url: https://taskotron-dev.fedoraproject.org/fakefedorainfra
|
||||||
taskotron_docs_url: https://docs.qadevel.cloud.fedoraproject.org/libtaskotron/latest/
|
taskotron_docs_url: https://docs.qadevel.cloud.fedoraproject.org/libtaskotron/latest/
|
||||||
freezes: false
|
freezes: false
|
||||||
public_artifacts_dir: /srv/taskotron/artifacts
|
public_artifacts_dir: /srv/taskotron/artifacts
|
||||||
execdb_server: http://resultsdb-dev01.qa.fedoraproject.org/execdb
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ num_cpus: 2
|
||||||
|
|
||||||
slave_user: buildslave
|
slave_user: buildslave
|
||||||
taskotron_fas_user: taskotron
|
taskotron_fas_user: taskotron
|
||||||
execdb_server: http://resultsdb-dev01.qa.fedoraproject.org/execdb
|
execdb_external_url: http://taskotron-dev.fedoraproject.org/execdb/
|
||||||
resultsdb_server: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb_api/api/v1.0/
|
resultsdb_server: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb_api/api/v1.0/
|
||||||
bodhi_server: http://10.5.124.181/fakefedorainfra/bodhi/
|
bodhi_server: http://10.5.124.181/fakefedorainfra/bodhi/
|
||||||
kojihub_url: http://koji.fedoraproject.org/kojihub
|
kojihub_url: http://koji.fedoraproject.org/kojihub
|
||||||
|
|
|
@ -5,7 +5,7 @@ num_cpus: 2
|
||||||
|
|
||||||
slave_user: buildslave
|
slave_user: buildslave
|
||||||
taskotron_fas_user: taskotron
|
taskotron_fas_user: taskotron
|
||||||
execdb_server: http://resultsdb01.qa.fedoraproject.org/execdb
|
execdb_external_url: https://taskotron.fedoraproject.org/execdb/
|
||||||
resultsdb_server: http://resultsdb01.qa.fedoraproject.org/resultsdb_api/api/v1.0/
|
resultsdb_server: http://resultsdb01.qa.fedoraproject.org/resultsdb_api/api/v1.0/
|
||||||
# this is proxy01.phx2
|
# this is proxy01.phx2
|
||||||
bodhi_server: https://admin.fedoraproject.org/updates
|
bodhi_server: https://admin.fedoraproject.org/updates
|
||||||
|
|
|
@ -5,7 +5,7 @@ num_cpus: 2
|
||||||
|
|
||||||
slave_user: buildslave
|
slave_user: buildslave
|
||||||
taskotron_fas_user: taskotron
|
taskotron_fas_user: taskotron
|
||||||
execdb_server: http://resultsdb-stg01.qa.fedoraproject.org/execdb
|
execdb_external_url: https://taskotron.stg.fedoraproject.org/execdb/
|
||||||
resultsdb_server: http://resultsdb-stg01.qa.fedoraproject.org/resultsdb_api/api/v1.0/
|
resultsdb_server: http://resultsdb-stg01.qa.fedoraproject.org/resultsdb_api/api/v1.0/
|
||||||
bodhi_server: http://10.5.124.232/fakefedorainfra/bodhi/
|
bodhi_server: http://10.5.124.232/fakefedorainfra/bodhi/
|
||||||
kojihub_url: http://koji.fedoraproject.org/kojihub
|
kojihub_url: http://koji.fedoraproject.org/kojihub
|
||||||
|
|
|
@ -55,10 +55,8 @@ bodhi_server: {{ bodhi_server }}
|
||||||
## URL of ResultsDB server API interface, which can store all test results
|
## URL of ResultsDB server API interface, which can store all test results
|
||||||
resultsdb_server: {{ resultsdb_server }}
|
resultsdb_server: {{ resultsdb_server }}
|
||||||
|
|
||||||
{% if deployment_type in ['dev', 'stg'] %}
|
|
||||||
## URL of ExecDB server API interface, which tracks task execution status
|
## URL of ExecDB server API interface, which tracks task execution status
|
||||||
execdb_server: {{ execdb_server }}
|
execdb_server: {{ execdb_external_url }}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
## URL of taskotron buildmaster
|
## URL of taskotron buildmaster
|
||||||
taskotron_master: {{ taskotron_master }}
|
taskotron_master: {{ taskotron_master }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue