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]
|
||||
{% if openqa_resultsdb_url is defined %}
|
||||
resultsdb_url: {{ openqa_resultsdb_url }}
|
||||
{% endif %}
|
||||
{% if openqa_resultsdb_user is defined %}
|
||||
resultsdb_user: {{ openqa_resultsdb_user }}
|
||||
{% endif %}
|
||||
{% if openqa_resultsdb_password is defined %}
|
||||
resultsdb_password: {{ openqa_resultsdb_password }}
|
||||
{% endif %}
|
||||
{% if openqa_wikitcms_hostname is defined %}
|
||||
wiki_hostname: {{ openqa_wikitcms_hostname }}
|
||||
{% endif %}
|
||||
|
||||
[schedule]
|
||||
arches: {{ openqa_compose_arches }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue