kernelci / kernelci-build-staging

(DEPRECATED: check kernelci-core-staging) KernelCI build scripts for the staging jenkins instance
GNU Lesser General Public License v2.1
1 stars 5 forks source link

T9983 Kernel.downloadTarball: retry for 1 min if server returned HTTP error #42

Closed gctucker closed 6 years ago

gctucker commented 6 years ago

As the backend processes requests asynchronously, it may take some time for an uploaded kernel source tarball to become available for download. Due to this, allow a few retries for 1 minute when trying to download it.

Signed-off-by: Guillaume Tucker guillaume.tucker@collabora.com