ci: git-fetch-retry composite action (HTTP/1.1 + bounded backoff) - #932
Merged
Conversation
Durable follow-up to the runner-side HTTP/1.1 git config on the self-hosted Linux runners. Wraps git fetch/--unshallow with exponential backoff to absorb the intermittent curl 56 / curl 92 (HTTP/2 stream CANCEL) egress faults that fail actions/checkout on c2pool-linux-198-*. Opt-in; no workflows wired yet.
frstrtr
marked this pull request as ready for review
July 28, 2026 06:54
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.
ci: git-fetch-retry composite action (HTTP/1.1 + bounded backoff)
Durable generalization of the HTTP/1.1 git-config slice that was hand-applied
to Linux runners 198-1/-2/-3 this cycle. Wraps
git fetch/clonein areusable
.github/actions/git-fetch-retrycomposite action that:http.version HTTP/1.1(the curl 56/92 flakes that killed ci: backport arm64 watchdog fixes to Intel runner-watchdog (drop test deferred to .204 access) #924attribution-gate and dash: wire the embedded arm so --run can actually take it (#738) #891 Windows were HTTP/2 egress resets across two hosts)
Additive only: two new files under
.github/actions/git-fetch-retry/(
action.yml+README.md), no existing workflow modified. Wiring thecall-sites is a follow-up once this lands and integrator reviews the action.
Draft — for integrator review. Not for self-merge.