X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Finput_data_files.py;h=15d7d02b7c05aa21706ef17ae0c5f1c6db4b4e39;hb=cee3ad0f9cc29ffc67d9c87c58920252671beb21;hp=119a3102e0d736ba70d33203906b8918ff76d0d2;hpb=5aa2e158983f61df6d26129ad566b906051fc5b5;p=csit.git diff --git a/resources/tools/presentation/input_data_files.py b/resources/tools/presentation/input_data_files.py index 119a3102e0..15d7d02b7c 100644 --- a/resources/tools/presentation/input_data_files.py +++ b/resources/tools/presentation/input_data_files.py @@ -225,7 +225,8 @@ def download_and_unzip_data_file(spec, job, build, pid, log): format(new_name)) else: rename(new_name, new_name[:-3]) - execute_command("gzip --keep {0}".format(new_name[:-3])) + if spec.configuration.get("archive-inputs", True): + execute_command("gzip --keep {0}".format(new_name[:-3])) build["file-name"] = new_name[:-3] if new_name.endswith(".zip"):