#274 Allow CRASHED outcome in resultsdb.
Closed: Fixed 5 years ago by kparal. Opened 6 years ago by jskladan.

Since our ExecDB plans didn't fully work out, please add CRASHED outcome so that we allow maintainers to get notified and inspect their crashed jobs (as long as they manage to generate results.yml). See https://pagure.io/task-abicheck/issue/19 for a concrete use case.

ResultsDB supports any outcome you want, on top of the default 'PASSED', 'INFO', 'FAILED', 'NEEDS_INSPECTION' set, you just need to set the ADDITIONAL_RESULT_OUTCOMES config value (in /etc/resultsdb/settings.py) properly. In this particular case:
ADDITIONAL_RESULT_OUTCOMES = ['CRASHED']
should be the right value


Metadata Update from @kparal:
- Issue assigned to kparal

6 years ago

Commit d02914c6 relates to this ticket

Just a note, @kparal, there is a reason i used ['CRASHED'] instead of (CRASHED) in the "what you should add" part of the ticket, and that is the slight difference between x = ('CRASHED') and x = ('CRASHED',), of which you used the wrong one ;-)

Metadata Update from @kparal:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

5 years ago

Log in to comment on this ticket.

Metadata