Actions
action #55415
openrestart "recent incompletes" or "incompletes of today" easier then over web UI
Start date:
2019-08-13
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
Sometimes, especially when a nightly deployment breaks some stuff or wrong test settings have been applied within test settings before a new build is triggered, after a fix has been applied it is not so easy to "retrigger all related incompletes". For example #55412 is such a case where there are around 50 incompletes which need retriggering. What I use so far is to either reschedule complete builds or in this case walk over https://openqa.opensuse.org/tests/?&resultfilter=Incomplete and click the retrigger button. Would be nice to have is at least one of the following alternatives
- a simpler query from CLI, e.g.
openqa-client --host https://openqa.opensuse.org --json-output jobs latest=1 state=done result=incomplete age="<5h"
- batch-retrigger multiple jobs from the web UI by selecting them
- batch-retrigger multiple jobs based on query matches
- know a workaround using direct database queries
- query incomplete jobs based on text pattern matches in the log files
Actions