Commit b3a2148c authored by Arikon's avatar Arikon Committed by Commit bot

Add more error regexps for git retry

BUG=

Review-Url: https://codereview.chromium.org/2165643002
parent baba25e1
......@@ -92,6 +92,12 @@ GIT_TRANSIENT_ERRORS = (
# crbug.com/430343
# TODO(dnj): Resync with Chromite.
r'The requested URL returned error: 5\d+',
r'Connection reset by peer',
r'Unable to look up',
r'Couldn\'t resolve host',
)
GIT_TRANSIENT_ERRORS_RE = re.compile('|'.join(GIT_TRANSIENT_ERRORS),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment