openqa/dispatcher: update schedule.conf for scheduler changes
since resultsdb submission was added to the scheduler, we must disable it here for now (as we don't want to use it yet), and also update the name of the config directive that controls wiki result submission.
This commit is contained in:
parent
7fec1231db
commit
70df2395d2
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
[report]
|
||||
submit_resultsdb: false
|
||||
{% if wikitcms_user is defined and wikitcms_password is defined %}
|
||||
submit: true
|
||||
submit_wiki: true
|
||||
{% else %}
|
||||
submit: false
|
||||
submit_wiki: false
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue