Skip to content

[ci] Avoid redundant Anneal PR caches - #3509

Merged
joshlf merged 1 commit into
mainfrom
G8b5ff74785cf1dfeef62eb4ce695116cac0e9290
Jul 31, 2026
Merged

[ci] Avoid redundant Anneal PR caches#3509
joshlf merged 1 commit into
mainfrom
G8b5ff74785cf1dfeef62eb4ce695116cac0e9290

Conversation

@joshlf

@joshlf joshlf commented Jul 31, 2026

Copy link
Copy Markdown
Member

Treat the PR-local Anneal Nix cache as a fallback for an exact miss in
the trusted main cache. Skip its restore, population, and save when
main already supplies the same archive inputs.

This removes a redundant 1.465 GB cache transfer or publication from
ordinary pull requests while preserving branch-local reuse for
archive-changing PRs.


Latest Update: v2 — Compare vs v1

📚 Full Patch History

Links show the diff between the row version and the column version.

Version v1 Base
v2 vs v1 vs Base
v1 vs Base
⬇️ Download this PR

Branch

git fetch origin refs/heads/G8b5ff74785cf1dfeef62eb4ce695116cac0e9290 && git checkout -b pr-G8b5ff74785cf1dfeef62eb4ce695116cac0e9290 FETCH_HEAD

Checkout

git fetch origin refs/heads/G8b5ff74785cf1dfeef62eb4ce695116cac0e9290 && git checkout FETCH_HEAD

Cherry Pick

git fetch origin refs/heads/G8b5ff74785cf1dfeef62eb4ce695116cac0e9290 && git cherry-pick FETCH_HEAD

Pull

git pull origin refs/heads/G8b5ff74785cf1dfeef62eb4ce695116cac0e9290

Stacked PRs enabled by GHerrit.

@codecov-commenter

codecov-commenter commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.85%. Comparing base (93ceec4) to head (1dffbdd).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3509   +/-   ##
=======================================
  Coverage   91.85%   91.85%           
=======================================
  Files          20       20           
  Lines        6093     6093           
=======================================
  Hits         5597     5597           
  Misses        496      496           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Base automatically changed from Gr7m2v9k4x6c3p8s5d1f0h2j4l6n8q0w2 to main July 31, 2026 18:40
Treat the PR-local Anneal Nix cache as a fallback for an exact miss in
the trusted main cache. Skip its restore, population, and save when
`main` already supplies the same archive inputs.

This removes a redundant 1.465 GB cache transfer or publication from
ordinary pull requests while preserving branch-local reuse for
archive-changing PRs.

gherrit-pr-id: G8b5ff74785cf1dfeef62eb4ce695116cac0e9290
@joshlf
joshlf force-pushed the G8b5ff74785cf1dfeef62eb4ce695116cac0e9290 branch from 5db1f73 to 1dffbdd Compare July 31, 2026 18:40
@joshlf
joshlf merged commit 8efe661 into main Jul 31, 2026
128 checks passed
@joshlf
joshlf deleted the G8b5ff74785cf1dfeef62eb4ce695116cac0e9290 branch July 31, 2026 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants