Project

General

Profile

action #122953

Updated by szarate over 1 year ago

Too often, we need to either trigger multiple jobs to know if an intermittent test failure is gone or to try and catch a sporadic product bug or an issue somewhere in the infrastructure, so the story would go like this: 

 * As a developer, I would like the openQA client to trigger a list of jobs N times so I can catch a flaky testcase or reproduce a sporadic issue that doesn't affect other builds or JobGroups. 

 I'm looking for an extension of the [openQA Client code](https://github.com/os-autoinst/openQA/blob/master/lib/OpenQA/CLI/archive.pm) (of course team can propose other solutions), but knowing how to extend the openQA Client will allow us to do even more in the future to support other squads issue.

Back