We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Enable garbage collection, but first allow pinning certain builds (like master branch of repos).
master
Pretty much this idea but for Jenkins: hercules-ci/hercules-ci-agent#482
The nixCI feature can support this, for instance:
nixCI
nixCI pinGcRoot: true
(Uses ${jobName}-${branchName} as name; overwriting previous pinned roots if any)
${jobName}-${branchName}
We are not far from exhausting free disk space on the CI machine,
[admin@jenkins-nix-ci:~]$ df -h / Filesystem Size Used Avail Use% Mounted on /dev/disk/by-uuid/63a89c69-bd66-45ff-9b97-5bb406424fa5 1.9T 1.2T 618G 66% /
The text was updated successfully, but these errors were encountered:
Also consider this from the context of cachix (or any nix cache): https://docs.cachix.org/pins
Sorry, something went wrong.
No branches or pull requests
Enable garbage collection, but first allow pinning certain builds (like
master
branch of repos).Pretty much this idea but for Jenkins: hercules-ci/hercules-ci-agent#482
The
nixCI
feature can support this, for instance:(Uses
${jobName}-${branchName}
as name; overwriting previous pinned roots if any)We are not far from exhausting free disk space on the CI machine,
The text was updated successfully, but these errors were encountered: