Skip to content

[ci] Distribute immutable workflow artifacts - #3508

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

[ci] Distribute immutable workflow artifacts#3508
joshlf merged 1 commit into
mainfrom
Gr7m2v9k4x6c3p8s5d1f0h2j4l6n8q0w2

Conversation

@joshlf

@joshlf joshlf commented Jul 31, 2026

Copy link
Copy Markdown
Member

Build and export the CI Docker image once, upload its gzip-layer archive
directly, and have every matrix cell select that exact artifact by
the producer-generated ID. Load and validate the image locally, then
remove the archive immediately. This eliminates per-cell Buildx setup,
registry login, and cache reconstruction while preserving fork behavior.

Apply the same immutable-ID contract to the Anneal toolchain
fan-out. Upload both already-compressed files without a redundant ZIP,
centralize their filenames, and validate upload metadata, download
selectors, file shape, digest, and rerun overwrite behavior in shared
local actions.

The current Docker cache contains 1,275,967,148 compressed bytes. A
representative 60-cell hosted PR spent 3,265 aggregate seconds
in per-cell Buildx and cache loading, averaging 54.4 seconds per
cell. This change should remove repeated BuildKit bootstrap and
cache-solve overhead; artifact transfer and docker load remain and
require hosted follow-up measurement.


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/Gr7m2v9k4x6c3p8s5d1f0h2j4l6n8q0w2 && git checkout -b pr-Gr7m2v9k4x6c3p8s5d1f0h2j4l6n8q0w2 FETCH_HEAD

Checkout

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

Cherry Pick

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

Pull

git pull origin refs/heads/Gr7m2v9k4x6c3p8s5d1f0h2j4l6n8q0w2

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 (bef8e4d) to head (665615d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3508   +/-   ##
=======================================
  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 G5v4j2xq7m3n6c9kptwfhzr8dsaeybluq to main July 31, 2026 18:24
Build and export the CI Docker image once, upload its gzip-layer archive
directly, and have every matrix cell select that exact artifact by
the producer-generated ID. Load and validate the image locally, then
remove the archive immediately. This eliminates per-cell Buildx setup,
registry login, and cache reconstruction while preserving fork behavior.

Apply the same immutable-ID contract to the Anneal toolchain
fan-out. Upload both already-compressed files without a redundant ZIP,
centralize their filenames, and validate upload metadata, download
selectors, file shape, digest, and rerun overwrite behavior in shared
local actions.

The current Docker cache contains 1,275,967,148 compressed bytes. A
representative 60-cell hosted PR spent 3,265 aggregate seconds
in per-cell Buildx and cache loading, averaging 54.4 seconds per
cell. This change should remove repeated BuildKit bootstrap and
cache-solve overhead; artifact transfer and docker load remain and
require hosted follow-up measurement.

gherrit-pr-id: Gr7m2v9k4x6c3p8s5d1f0h2j4l6n8q0w2
@joshlf
joshlf force-pushed the Gr7m2v9k4x6c3p8s5d1f0h2j4l6n8q0w2 branch from cfd8eaa to 665615d Compare July 31, 2026 18:25
@joshlf
joshlf merged commit 93ceec4 into main Jul 31, 2026
128 checks passed
@joshlf
joshlf deleted the Gr7m2v9k4x6c3p8s5d1f0h2j4l6n8q0w2 branch July 31, 2026 18:40
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