-
Notifications
You must be signed in to change notification settings - Fork 290
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
By default clean up builds; previously some jobs didn't. #2256
base: master
Are you sure you want to change the base?
Conversation
How much does this actually clean up? "Files owned by root" seems like a strange criterion to apply for cleanup. How about all the non-root owned files still taking up space? Presumably they'll eventually lead to an out-of-space condition too. So maybe this it a good change, but it's hard to evaluate without knowing how much space it's going to save. But it's probably not sufficient to resolve the issue. |
Therefore, clicking "changes requested". |
looks like this one here: |
@@ -1138,7 +1124,7 @@ job_type: | |||
*run_build_sh_script_on_vagrant_box, | |||
*destroy_vagrant_box] | |||
} | |||
clean_repo: false | |||
dont_clean_repo: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add a comment explaining why we don't want to clean the repo here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no idea, it was there when I got here.
Failures look intermittent + FLOC-3564. Please add the comment & merge when ready. |
We're running out of disk space, so make sure we clean up as much as possible.