Un-compress artifacts after upload
D
Dstansby
Currently uploading artifacts is really slow if there are lots of files - one way round this is to compress all the individual files into a (e.g.) .tar.gz file, and upload that. Sometimes it is useful to have direct access to the individual files however (e.g. .html files), so this approach doesn't work. If there was a way to un-tar the file after it has been uploaded however this wouldn't be a problem.
CCI-I-1146
J
Jones Trevor
Or if we could use
background: true
on the store_artifacts step so the job and workflow can continue to run while the upload work is ran. Might be an easier thing to do vs building a post processing or batch/streaming api.That still wouldn't fix the job running way too long when uploads are the last step.
N
Nob Som
Jones Trevor: