Testdays - use dummy messaging plugin

This commit is contained in:
Josef Skladanka 2019-04-11 20:03:23 +02:00
parent da6e047cff
commit d826e19c62

View file

@ -15,6 +15,11 @@ MESSAGE_BUS_PUBLISH_TASKOTRON = True
MESSAGE_BUS_PLUGIN = 'fedmsg'
MESSAGE_BUS_KWARGS = {'modname': 'resultsdb'}
{% if deployment_type in ['local'] %}
# This is for the Testdays deployment
MESSAGE_BUS_PLUGIN = 'dummy'
{% endif %}
# Extend the list of allowed outcomes
# See: https://pagure.io/task-abicheck/issue/19