From 94faf3281c6a09958f685322a8c5e67daeb90fcf Mon Sep 17 00:00:00 2001 From: Andrii Shyshkalov Date: Fri, 12 Oct 2018 21:35:38 +0000 Subject: [PATCH] git cl upload: also explicitly use eu1 mirror for retries. R=ehmaldonado Bug: 881860 Change-Id: Ia02905a8b71486d771a691c31114d692e62a369f Reviewed-on: https://chromium-review.googlesource.com/c/1277796 Reviewed-by: Edward Lesmes Commit-Queue: Andrii Shyshkalov --- gerrit_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gerrit_util.py b/gerrit_util.py index 565ebdbde6..6ad84a994e 100644 --- a/gerrit_util.py +++ b/gerrit_util.py @@ -982,7 +982,7 @@ def ChangeIdentifier(project, change_number): # TODO(crbug/881860): remove this hack. -_GERRIT_MIRROR_PREFIXES = ['us1', 'us2', 'us3'] +_GERRIT_MIRROR_PREFIXES = ['us1', 'us2', 'us3', 'eu1'] assert all(3 == len(p) for p in _GERRIT_MIRROR_PREFIXES)