mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
taskotron-dev: allow CRASHED outcome in ResultsDB
This commit is contained in:
@@ -15,3 +15,9 @@ 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 %}
|
||||
|
||||
Reference in New Issue
Block a user