Closed DilumAluthge closed 3 years ago
wget
already defaults to --tries=20
, this is actual invalid stuff being downloaded...
Hmmm.
Interesting.
I kept seeing this on the p6000 machine but not on other machines. But now I can't reproduce.
Yeah everything seems to be working fine now, see e.g. https://github.com/JuliaGPU/KernelAbstractions.jl/pull/204#issuecomment-770319234
Idk what was causing the issue I was seeing before.
Sometimes, the "download Julia" step will fail due to network flakiness.
Here's an example (from https://buildkite.com/julialang/kernelabstractions-dot-jl/builds/116#904bc928-8bef-4901-a972-7f30dfac4943):
Currently, we only try once to download Julia. Instead, we should put this inside a bounded retry loop, with e.g. a maximum of 10 tries.