Testdays - use dummy messaging plugin
This commit is contained in:
parent
da6e047cff
commit
d826e19c62
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue