-
Notifications
You must be signed in to change notification settings - Fork 271
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
Allow min disk before clean to be customized #639
base: main
Are you sure you want to change the base?
Allow min disk before clean to be customized #639
Conversation
b5ff3da
to
0ae78f3
Compare
@lox I haven't manually tested these changes, and I don't have access to this repo's CI so I'm not sure about its coverage. How much manual testing does this PR need? |
Really appreciate the help @arturopie! I'll review today. |
@arturopie argh, of course |
@lox @plasticine the CI is failing, but I have no visibility of it. Can you let me know what's the failure? |
@arturopie it's a linting error, I'm working on fixes in #623, nearly there. |
Allows the min disk threshold before docker cleanup as an CloudFormation parameter. It can be a unit (e.g. 120.3M, 1.5GB)
Thanks @lox for starting the work on this. I'll try to finish it with this PR.
I'm also adding unit tests. If you are ok with me adding unit tests with shunit2, I can create another PR for setting up a Dockerfile for running all unit tests.
This is a draft since I'm going through the comments from the original PR (#623)
Closes #465.