Actions
action #68008
opencoordination #10316: [epic] Better command line options extending "client"
Implement a retrigger command in openqa-cli
Start date:
2020-06-12
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
Example:
openqa-cli retrigger --failed --job-group 'Tumbleweed' --arch x86_64
With openqa-cli
this can be implemented by adding a new plugin module providing the command.
Acceptance criteria¶
- AC1: Jobs can be retriggered based on common filters without needing to specify individual job IDs
- AC2: No direct database access is needed for the caller
Suggestions¶
- Understand what https://github.com/os-autoinst/scripts/blob/master/openqa-restart-incompletes-on-worker-instance tries to achieve as external script relying on DB, implement the same use case in the openQA client(s)
Updated by okurz over 4 years ago
- Subject changed from Implement a rebuild command in openqa-cli to Implement a retrigger command in openqa-cli
- Description updated (diff)
- Status changed from New to Workable
Updated by okurz over 4 years ago
- Priority changed from Normal to Low
- Target version changed from Ready to future
Originally I think this was a good idea but by now I think we know better:
- Blind retriggers especially without labels can be a waste of test capacity while not addressing the real issue
openqa-clone-job --within-instance
can help as well same as a simple for loop retriggering all failed jobs as well as re-executing the originalisos post
command which by now when using ObsRsync is also available over the webUI
So after all I think this might still be a valid idea but we should not currently have it on the backlog of SUSE QA Tools
Actions