openqa/dispatcher: don't require resultsdb and wiki URL/hostname
The config file should treat these as optional, not every openQA instance wants to report results. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4fd83483fa
commit
d227dac859
1 changed files with 4 additions and 0 deletions
|
@ -1,12 +1,16 @@
|
||||||
[report]
|
[report]
|
||||||
|
{% if openqa_resultsdb_url is defined %}
|
||||||
resultsdb_url: {{ openqa_resultsdb_url }}
|
resultsdb_url: {{ openqa_resultsdb_url }}
|
||||||
|
{% endif %}
|
||||||
{% if openqa_resultsdb_user is defined %}
|
{% if openqa_resultsdb_user is defined %}
|
||||||
resultsdb_user: {{ openqa_resultsdb_user }}
|
resultsdb_user: {{ openqa_resultsdb_user }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if openqa_resultsdb_password is defined %}
|
{% if openqa_resultsdb_password is defined %}
|
||||||
resultsdb_password: {{ openqa_resultsdb_password }}
|
resultsdb_password: {{ openqa_resultsdb_password }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if openqa_wikitcms_hostname is defined %}
|
||||||
wiki_hostname: {{ openqa_wikitcms_hostname }}
|
wiki_hostname: {{ openqa_wikitcms_hostname }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
[schedule]
|
[schedule]
|
||||||
arches: {{ openqa_compose_arches }}
|
arches: {{ openqa_compose_arches }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue