[ci] Distribute immutable workflow artifacts - #3508
Merged
Merged
Conversation
This was referenced Jul 31, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
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
force-pushed
the
Gr7m2v9k4x6c3p8s5d1f0h2j4l6n8q0w2
branch
from
July 31, 2026 18:25
cfd8eaa to
665615d
Compare
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.
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.
⬇️ Download this PR
Branch
git fetch origin refs/heads/Gr7m2v9k4x6c3p8s5d1f0h2j4l6n8q0w2 && git checkout -b pr-Gr7m2v9k4x6c3p8s5d1f0h2j4l6n8q0w2 FETCH_HEADCheckout
git fetch origin refs/heads/Gr7m2v9k4x6c3p8s5d1f0h2j4l6n8q0w2 && git checkout FETCH_HEADCherry Pick
git fetch origin refs/heads/Gr7m2v9k4x6c3p8s5d1f0h2j4l6n8q0w2 && git cherry-pick FETCH_HEADPull
Stacked PRs enabled by GHerrit.