Add the new libtaskotron config keys to stg as well
This commit is contained in:
parent
093bb07b94
commit
619dfc7abe
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ bodhi_server: {{ bodhi_server }}
|
|||
## URL of ResultsDB server API interface, which can store all test results
|
||||
resultsdb_server: {{ resultsdb_server }}
|
||||
|
||||
{% if deployment_type == 'dev' %}
|
||||
{% if deployment_type == 'dev' or deployment_type == 'stg' %}
|
||||
## URL of ResultsDB frontend, which displays results from ResultsDB.
|
||||
## Please make sure the URL doesn't have a trailing slash.
|
||||
resultsdb_frontend: {{ resultsdb_external_url }}
|
||||
|
@ -67,7 +67,7 @@ execdb_server: {{ execdb_external_url }}
|
|||
## URL of taskotron buildmaster
|
||||
taskotron_master: {{ taskotron_master }}
|
||||
|
||||
{% if deployment_type == 'dev' %}
|
||||
{% if deployment_type == 'dev' or deployment_type == 'stg' %}
|
||||
## URL of artifacts base directory, to construct artifacts URLs from.
|
||||
## Please make sure the URL doesn't have a trailing slash.
|
||||
artifacts_baseurl: {{ artifacts_base_url }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue