From 70df2395d254b9924ec5d34dd0ec05ff04da9144 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 9 Aug 2016 08:11:42 -0700 Subject: [PATCH] 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. --- roles/openqa/dispatcher/templates/schedule.conf.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/openqa/dispatcher/templates/schedule.conf.j2 b/roles/openqa/dispatcher/templates/schedule.conf.j2 index 5c0c11dea2..6b7156c5bf 100644 --- a/roles/openqa/dispatcher/templates/schedule.conf.j2 +++ b/roles/openqa/dispatcher/templates/schedule.conf.j2 @@ -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 %}