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
Updated by tinita about 1 month ago
- Related to action #164898: Replace fetchneedles with a minion job for the regular update of git repos size:M added
Updated by mkittler about 1 month ago
- Status changed from New to In Progress
- Assignee set to mkittler
Updated by mkittler about 1 month ago
- Status changed from In Progress to Feedback
Updated by tinita about 1 month ago
- Related to action #160889: [retro] Scripts used to retrigger jobs are difficult to use size:S added
Updated by okurz about 1 month ago
- Status changed from Feedback to Resolved
https://github.com/os-autoinst/scripts/pull/348 merged. I guess that should suffice
Updated by tinita about 1 month ago
I guess I will do the other improvements myself
Actions