-
Notifications
You must be signed in to change notification settings - Fork 92
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
Keep more builds and artifacts for ceph-dev-new builds #2295
base: main
Are you sure you want to change the base?
Conversation
I've seen ceph builds fail because they took so long to claim a build node that the artifacts created by their ceph-dev-new-setup build was garbage-collected. Artifacts for a given build of this job use less than 1G; we should keep more artifacts around. Metadata for builds of this job are negligible; we should keep far more sets of metadata around. Signed-off-by: Zack Cerza <[email protected]>
The numbers are low because we easily run out of of space on the builders and/or the master. I'd want to do some studying of space usage before changing these. |
Builds of this job take up 20MB. Signed-off-by: Zack Cerza <[email protected]>
Builds of this job take up 30KB; we can keep far more. Signed-off-by: Zack Cerza <[email protected]>
I see these changes increasing the jobs' storage requirements by:
The builders aren't relevant here; they keep the workspace of the last/current build. |
ping |
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.
jenkins appears to have 66G left in /var/lib/jenkins right now
See individual commit messages for the rationale between each job's change.