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:
Adam Williamson 2016-08-09 08:11:42 -07:00
parent 7fec1231db
commit 70df2395d2

View file

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