revert(covgate): remove build-cache pre-warm (#34–#36)#40
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.
What
Reverts the covgate build-cache pre-warm feature in its entirety. covgate no longer pre-warms the Go build cache before its parallel coverage runs.
Reverts, in order (newest first):
perf(covgate): instrument the build-cache pre-warm(794e725)feat(covgate): report build-cache pre-warm duration(6a0cc47)perf(covgate): pre-warm build cache before parallel coverage runs(0c3c0af)Why
We no longer want covgate to pre-warm the build cache. The pre-warm compiled an extra artifact set that inflated the CI
gobuild-testcache and pushed the backend repo back over the 10 GB Actions cache quota (the very regression #36 tried to walk back). Rather than keep iterating on the pre-warm, we're removing it.How
Three
git revertcommits, preserving history/attribution. The revertedinternal/services/covgate/andinternal/services/gocover/files are byte-identical to their pre-feature state, and the feature's design doc (plans/completed/20260624-covgate-prewarm-build-cache.md) is removed.Validation
prewarm/PrewarmBuildreferences anywhere ininternal/,cmd/, orscripts/.scripts/preflight.shpasses clean: covgate coverage 94.3% across all 30 packages, gocover 92.6% (≥ 92.1% required), custom lint + gofumpt + golangci-lint + deadcode + surface-lint all green.main; unrelated later commits (ci: migrate CI runners to Blacksmith #37 CI, chore(deps): bump go dependencies via update-deps script #38 dep bumps, chore(lint): raise default max-param-count from 5 to 6 #39 max-param-count) required no adjustment.🤖 Generated with Claude Code
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.