diff --git a/roles/taskotron/resultsdb-backend/templates/settings.py.j2 b/roles/taskotron/resultsdb-backend/templates/settings.py.j2 index 765c0185dd..2a9f8da473 100644 --- a/roles/taskotron/resultsdb-backend/templates/settings.py.j2 +++ b/roles/taskotron/resultsdb-backend/templates/settings.py.j2 @@ -16,8 +16,6 @@ MESSAGE_BUS_PUBLISH_TASKOTRON = True MESSAGE_BUS_PLUGIN = 'fedmsg' MESSAGE_BUS_KWARGS = {'modname': 'resultsdb'} -{% if deployment_type in ['dev']%} # Extend the list of allowed outcomes # See: https://pagure.io/task-abicheck/issue/19 ADDITIONAL_RESULT_OUTCOMES = ('CRASHED', ) -{% endif %}