-
Notifications
You must be signed in to change notification settings - Fork 91
ci(release): cap dist-* build-artifact retention at 2 days #953
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -127,6 +127,12 @@ jobs: | |
| name: dist-${{ matrix.name }} | ||
| path: packages/opencode/dist/ | ||
| compression-level: 1 | ||
| # These are intra-run couriers: the publish + gh-release jobs download | ||
| # them within the same run, then the binaries live permanently as npm | ||
| # packages + GitHub Release assets. Keep them only long enough to span | ||
| # the run (worst run ~62 min) plus margin for a next-day partial re-run, | ||
| # so they don't accumulate against the org artifact-storage quota. | ||
| retention-days: 5 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: The PR title says "cap dist-* build-artifact retention at 2 days" and the Risks/Rollout sections reference a "2-day window," but this line sets Prompt for AI agents |
||
|
|
||
| # --------------------------------------------------------------------------- | ||
| # Verdaccio sanity suite — tests the real `npm install -g` flow BEFORE | ||
|
|
||
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.
Set retention to the intended 2 days (not 5).
Line 135 conflicts with the stated PR objective (
retention-days: 2). Given prior org-wide quota exhaustion andCreateArtifactfailures, this value mismatch should be corrected in this PR.Suggested fix
📝 Committable suggestion
🤖 Prompt for AI Agents