chore(ci): cap artifact retention at 7 days - account storage quota hit 2026-07-30 - #282
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CreateArtifactuntil a manual sweep deleted 1073 old artifacts (~7.5 GB). This repo was the second-largest holder (~1.6 GB).actions/upload-artifactsteps withoutretention-dayssit at the account default (90 days) and accumulate; this caps them at 7 days.11 steps capped at
retention-days: 7:fork-release.yml- macOS dmg, remote daemon assetsrelease.yml- dry-run bundlenightly.yml- branch nightly bundletest-e2e.yml- test recordingrelease-linux.yml- deb, tarball, debian-baseline deb, fedora rpm, rocky rpmrelease-qcow2.yml- qcow2 imagesNothing durable is lost: every release binary here is an inter-job transfer artifact that the downstream release job downloads and attaches to the GitHub Release in the same run (
gh release upload); the durable copy lives on the Release. Test lanes already carried 7-day caps (test-ssh-proxy,test-distro,test-socket,test-gpu,test-cjk, distro validation logs).Testing
release-linux.ymlconvention.Demo Video
Checklist