[fix] ci: run armv7 test on the amd64 runner (#6711)

This commit is contained in:
Brock Vojkovic
2026-09-13 15:25:21 +08:00
committed by GitHub
parent d4f00d15d4
commit 96479fff65
2 changed files with 3 additions and 6 deletions

View File

@@ -198,9 +198,7 @@ container.test() {
pid_logs=$!
# Wait until container is ready
sleep 20
curl -vf --max-time 5 "http://localhost:8080/healthz"
curl -fsS --retry 30 --retry-delay 2 --retry-all-errors --max-time 5 "http://localhost:8080/healthz"
kill $pid_logs &>/dev/null || true
podman stop "$name" >/dev/null