Actions
action #99399
openopenQA (or auto-review) can restart the parent job in case of certain incompletes
Start date:
2021-09-28
Due date:
% Done:
0%
Estimated time:
Description
motivation¶
In #99153 we've seen many incompeltes where the log file contains:
qemu-system-x86_64: -blockdev driver=qcow2,node-name=hd0-overlay0,file=hd0-overlay0-file,cache.no-flush=on: Could not open backing file: Image is not in qcow2 format
In these cases it would make sense to restart the parent job which has been creating the qcow2 image.
acceptance criteria¶
- AC1: openQA can automatically restart parent jobs of incomplete jobs based on regexes matching the log content.
suggestions¶
- Try to extend the existing approaches we have for restarting jobs.
- We already ignore MM tests in auto-review. Possibly we can to something more clever here when dependencies are found.
Actions