Use execdb_server var only on dev
This commit is contained in:
parent
3ca5e78c75
commit
29304799b4
1 changed files with 2 additions and 0 deletions
|
@ -55,8 +55,10 @@ bodhi_server: {{ bodhi_server }}
|
|||
## URL of ResultsDB server API interface, which can store all test results
|
||||
resultsdb_server: {{ resultsdb_server }}
|
||||
|
||||
{% if deployment_type == 'dev' %}
|
||||
## URL of ExecDB server API interface, which tracks task execution status
|
||||
execdb_server: {{ execdb_server }}
|
||||
{% endif %}
|
||||
|
||||
## URL of taskotron buildmaster
|
||||
taskotron_master: {{ taskotron_master }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue