Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove containers only through build deletion request #164

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

gvso
Copy link
Contributor

@gvso gvso commented Jul 18, 2019

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)

@ElusiveMind
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants