Project

General

Profile

action #68008

Updated by okurz almost 4 years ago

## Motivation 

 Example: 

     openqa-cli retrigger rebuild --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)

Back