Project

General

Profile

action #69178

Updated by okurz over 3 years ago

## Motivation 
 #64776 https://progress.opensuse.org/issues/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

Back