action #69178
closedcoordination #102915: [saga][epic] Automated classification of failures
coordination #166655: [epic] openqa-label-known-issues
workaround for #64776 using https://github.com/os-autoinst/scripts/blob/master/openqa-label-known-issues
Description
Motivation¶
#64776 is affecting test reviewers repeatedly . https://github.com/os-autoinst/scripts/blob/master/openqa-label-known-issues being triggered in https://gitlab.suse.de/openqa/auto-review can help to identify incompletes and also automatically retrigger when we extend the ticket lookup to also look into the "reason" field, not only log content.
Acceptance criteria¶
- AC1: Instances of incomplete jobs with "Reason: setup failure: Cache service status error: Premature connection close" are detected by https://gitlab.suse.de/openqa/auto-review , labeled and automatically restarted
Suggestions¶
Take a look why the reason is not printed in autoinst-log.txt but only in worker-log.txt and either change implementation to print the error into autoinst-log.txt like for other cases or extend https://github.com/os-autoinst/scripts/blob/master/openqa-label-known-issues to also look into the reason field or worker-log.txt