Actions
action #168013
closedcoordination #58184: [saga][epic][use case] full version control awareness within openQA
coordination #152847: [epic] version control awareness within openQA for test distributions
Only make one api call in openqa-advanced-retrigger-jobs
Description
Motivation¶
Currently openqa-advanced-retrigger-jobs
makes one API call to /jobs/id/restart
per job.
The /jobs/restart
endpoint can already handle multiple jobs. We should use that.
Especially now since we trigger a git_clone
for every restart event, see #164898.
Also we can now use the new comment feature, so also the optional comment API call can be replaced.
Suggestions¶
- Improve script in general while implementing this, e.g. offer helpful output in dry_run mode what SQL would be executed
Actions