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)
Actions