Skip to content

Commit

Permalink
Merge pull request #13 from ajschmidt8/add-conda-error
Browse files Browse the repository at this point in the history
Add `ConnectionError:` to `rapids-conda-retry`
  • Loading branch information
ajschmidt8 authored Sep 22, 2022
2 parents cdb66e2 + eb4a92c commit 7f6f45b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/rapids-conda-retry
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ function runConda {
elif grep -q EOFError: "${outfile}"; then
retryingMsg="Retrying, found 'EOFError:' in output..."
needToRetry=1
elif grep -q ConnectionError: "${outfile}"; then
retryingMsg="Retrying, found 'ConnectionError:' in output..."
needToRetry=1
elif grep -q "Multi-download failed" "${outfile}"; then
retryingMsg="Retrying, found 'Multi-download failed' in output..."
needToRetry=1
Expand Down

0 comments on commit 7f6f45b

Please sign in to comment.