ci: reduce retention for debugging artifacts in ci.yml and cgo.yml#32451
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Reduce artifact retention days for debugging artifacts
ci: reduce retention for debugging artifacts in ci.yml and cgo.yml
May 15, 2026
Collaborator
|
@copilot merge main and recompile |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflow artifact retention to reduce storage churn while keeping enough time for debugging.
Changes:
- Reduce CI integration test result artifact retention from 14 days to 3 days.
- Reduce CGO workflow debug/support artifact retention from 14 days to 7 days.
- Regenerate
.github/workflows/linter-miner.lock.yml(workflow lock/metadata).
Show a summary per file
| File | Description |
|---|---|
.github/workflows/ci.yml |
Lowers integration test result artifact retention to 3 days. |
.github/workflows/cgo.yml |
Lowers CGO unit/coverage/build/fuzz artifact retention to 7 days. |
.github/workflows/linter-miner.lock.yml |
Regenerated lock file content/metadata as part of the change set. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 3/3 changed files
- Comments generated: 1
| @@ -1,4 +1,4 @@ | |||
| # gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"07f2f92a9c56fdc0c6048f58fed584e6a9bc47505aca83cdeb1eec6583eb28b4","strict":true,"agent_id":"copilot"} | |||
| # gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"ba9a57761586d292fac773c21b1a347c829d0a88cc13a120696e8e8ac412ad15","strict":true,"agent_id":"copilot"} | |||
Contributor
|
Please address the unresolved review feedback, then refresh the branch and rerun checks.
|
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Done in |
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.
This updates CI artifact retention to better match debugging windows and reduce storage churn. Integration test result artifacts now keep short-lived data, while cgo debug/support artifacts move to a one-week horizon.
Scope
.github/workflows/ci.yml.github/workflows/cgo.ymlIntegration artifact retention (14 → 3 days)
test-result-integration-${{ matrix.test-group.name }}test-result-integration-unauthenticatedtest-result-integration-add-dispatch-workflowCGO artifact retention (14 → 7 days)
test-result-cgo-unittest-coverage-analysis-cgogh-aw-linux-amd64fuzz-results-${{ matrix.group }}No change
pr-sous-chef: updated branch during run https://github.com/github/gh-aw/actions/runs/25942653140