Skip to content

Commit

Permalink
chore(ci): another earthly corruption retry case (#8799)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored and Rumata888 committed Sep 27, 2024
1 parent 4e812d4 commit d963634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/earthly-ci
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d963634

Please sign in to comment.