From e822e71410955cda6d781b09603b418e705f75b0 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 21 Apr 2026 23:47:17 +0100 Subject: [PATCH] ci: cap stuck checkout retries --- .github/workflows/ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b42dc54b856..a36f645f2f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -500,7 +500,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 120s git -C "$workdir" \ + timeout --signal=TERM 30s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -600,7 +600,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 120s git -C "$workdir" \ + timeout --signal=TERM 30s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -688,7 +688,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 120s git -C "$workdir" \ + timeout --signal=TERM 30s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -791,7 +791,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 120s git -C "$workdir" \ + timeout --signal=TERM 30s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -859,7 +859,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 120s git -C "$workdir" \ + timeout --signal=TERM 30s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -952,7 +952,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 120s git -C "$workdir" \ + timeout --signal=TERM 30s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -1076,7 +1076,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 120s git -C "$workdir" \ + timeout --signal=TERM 30s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -1200,7 +1200,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 120s git -C "$workdir" \ + timeout --signal=TERM 30s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -1369,7 +1369,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 120s git -C "$workdir" \ + timeout --signal=TERM 30s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -1453,7 +1453,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 120s git -C "$workdir" \ + timeout --signal=TERM 30s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -1588,7 +1588,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 120s git -C "$workdir" \ + timeout --signal=TERM 30s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -1751,7 +1751,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 120s git -C "$workdir" \ + timeout --signal=TERM 30s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -1847,7 +1847,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 120s git -C "$workdir" \ + timeout --signal=TERM 30s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \