From d963634a900eea682e35ede07ce949377de1f523 Mon Sep 17 00:00:00 2001 From: ludamad Date: Wed, 25 Sep 2024 17:25:30 -0400 Subject: [PATCH] chore(ci): another earthly corruption retry case (#8799) --- scripts/earthly-ci | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/earthly-ci b/scripts/earthly-ci index 205a1577b560..91beeaa1a4ad 100755 --- a/scripts/earthly-ci +++ b/scripts/earthly-ci @@ -94,6 +94,7 @@ while [ $ATTEMPT_COUNT -lt $MAX_ATTEMPTS ]; do || grep 'could not determine buildkit address - is Docker or Podman running?' $OUTPUT_FILE >/dev/null \ || grep 'please make sure the URL is valid, and Docker 18.09 or later is installed on the remote host' $OUTPUT_FILE >/dev/null \ || grep 'docker: failed to register layer' $OUTPUT_FILE >/dev/null \ + || grep 'docker: error during connect:' $OUTPUT_FILE >/dev/null \ || grep 'docker: unexpected EOF' $OUTPUT_FILE >/dev/null ; then wipe_non_cache_docker_state # wait for other docker restarts