Add the new libtaskotron config keys to stg as well

This commit is contained in:
Martin Krizek 2015-07-16 12:41:48 +00:00
parent 093bb07b94
commit 619dfc7abe

View file

@ -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 }}