add retries for downloading interop matrix images

pull/18248/head
Jan Tattermusch 6 years ago
parent b52bac7888
commit f776bee376
  1. 3
      tools/interop_matrix/run_interop_matrix_tests.py

@ -224,7 +224,8 @@ def _pull_images_for_lang(lang, images):
cmdline=cmdline,
shortname='pull_image_%s' % (image),
timeout_seconds=_PULL_IMAGE_TIMEOUT_SECONDS,
shell=True)
shell=True,
flake_retries=2)
download_specs.append(spec)
# too many image downloads at once tend to get stuck
max_pull_jobs = min(args.jobs, _MAX_PARALLEL_DOWNLOADS)

Loading…
Cancel
Save