mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
Add the new libtaskotron config keys to stg as well
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user