action #104241
openRetrigger the original/initial job chain after parts have been retriggered
0%
Description
Given a common scenario in our daily test, a test(the red one in the middle of the graph A) in a job chain fails .
We give a glimpse of the failing test and it does not look like a product issue( pxe/ipmi/needle_mismatch/network_glitch/openqa or other environment issue).
We rerun this test. The original graph disappears and a new dependency graph is created.
And you can find another graph from the test which is remained untouched.
We can see Graph A = Graph B + Graph C, the original job chain splite into B and C.
After rerun the job still fails, we look into this test again and we make some automation enhancement.
Finally, we'd like rerun the entire job chain to test product again, to check our automation or whatever we may would like. But it is no way via web UI. The only feasible way I know so far is with the command line(/usr/share/openqa/script/client isos post ...), but it needs extra permission(admin permission?) and is unsafe(I once kicked off all the tests in OSD accidently by only missing a space).
It would be very helpful if the openqa webui or an easy command line can fulfill my requirements in step 4.
Files