Taskotron - fix resultsdb additional outcomes tuple
This commit is contained in:
parent
c65ca8cdae
commit
dd7ded3ca5
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@ 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')
|
||||
ADDITIONAL_RESULT_OUTCOMES = ('CRASHED', )
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue