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:
parent
972adc0a03
commit
633f9fa564
1 changed files with 0 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue