Skip to content

Commit 372b527

Browse files
authored
fix(ci): back off OCM asset retries (#102996)
1 parent 5f77553 commit 372b527

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/openclaw-performance.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ jobs:
227227
mkdir -p "$HOME/.local/bin" "$(dirname "$KOVA_SRC")" "${RUNNER_TEMP}/ocm-install"
228228
229229
ocm_archive="${RUNNER_TEMP}/ocm-${OCM_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
230-
curl -fsSL --proto '=https' --tlsv1.2 --retry 3 --retry-delay 1 --retry-connrefused \
230+
curl -fsSL --proto '=https' --tlsv1.2 \
231+
--retry 8 --retry-max-time 180 --retry-all-errors --retry-connrefused \
231232
-o "$ocm_archive" \
232233
"https://github.com/shakkernerd/ocm/releases/download/${OCM_VERSION}/ocm-x86_64-unknown-linux-gnu.tar.gz"
233234
echo "${OCM_LINUX_X64_SHA256} ${ocm_archive}" | sha256sum -c -

0 commit comments

Comments
 (0)