mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
Taskotron - fix resultsdb additional outcomes tuple
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user