zuul-jobs/zuul-tests.d
Ian Wienand f946763d0a Revert "download-artifact : support recursive download"
This reverts commit 7101fe7d1c13250415f5c6f6392c2a22720bbe43.

This unfortunately has a number of problems.

Firstly, the "Fail if no wget" fails when download_artifact_recurse
isn't set, because we didn't check for wget.

Also, the download doesn't work with some providers.  wget asks for
gzip downloads with it's accept headers (which can't be turned off)
but the recursive download doesn't understand the gzipped index.html
file and thus doesn't find anything to walk.  The "--compression=auto"
flag is available to overcome this, but is not widely supported (and
not supported on the executor).  https://review.opendev.org/733728
attempted to work-around this but the problems with this approach seem
too much for now.

Change-Id: I9bc55d771ec1828d374684d0ffe5ec1d1494773e
2020-06-05 13:34:23 +10:00
..
2020-05-03 19:06:37 +00:00
2020-05-06 12:40:40 +10:00
2020-02-21 06:55:47 -06:00
2020-05-05 20:02:16 +02:00
2020-05-19 14:32:26 +02:00