tensorflow / benchmarks

A benchmark framework for Tensorflow
Apache License 2.0
1.15k stars 632 forks source link

Add retry to curl downloads within Swift for TensorFlow Dockerfiles #481

Closed BradLarson closed 4 years ago

BradLarson commented 4 years ago

We've been experiencing an uptick in OpenSSL failures on the downloads for the Swift for TensorFlow nightly toolchains during our CI runs. Detecting a failure and adding a delayed retry seems to significantly cut down on failed CI runs.

This propagates that fix to the Dockerfiles used for our nightly benchmarks, which should hopefully make our nightly benchmarks more robust.