taskotron: allow CRASHED outcome in ResultsDB

Task developers can then track crashed tests and spot the problems.
See https://pagure.io/task-abicheck/issue/19
This commit is contained in:
Kamil Páral 2019-03-12 16:12:10 +01:00
parent 972adc0a03
commit 633f9fa564

View file

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