probo icon indicating copy to clipboard operation
probo copied to clipboard

Remove containers only through build deletion request

Open gvso opened this issue 5 years ago • 1 comments

Currently, there are two ways of deleting a build. The DELETE build/:build is used for manual deletion in Probo Coordinator while DELETE container/:container is used by the reaper.

Both endpoints end up calling the same function and cause overheads (build object is retrieved twice on manual deletion!). We really just need one of the endpoints.

This change depends on probo-reaper#24 (and vice-versa)

gvso avatar Jul 18 '19 18:07 gvso

Re-factored for latest changes to Probo and testing via test environment.

ElusiveMind avatar Nov 05 '22 20:11 ElusiveMind