From: Tibor Frank Date: Wed, 21 Nov 2018 13:00:28 +0000 (+0100) Subject: Report: Disable archiving the report in Jenkins X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=32bb9cfcffcfbe6ec68d8469ebc8194580b31689;hp=0ff42213e25dbec0a93d6b912abffc710d96d3a4 Report: Disable archiving the report in Jenkins - The zipped Report is 7.3GB big, it takes 13 minutes to create the archive and 14 minutes to archive it. Nobody needs it. Change-Id: Iffd72498b30b1aebc2d3b9be03f31d972a461d6b Signed-off-by: Tibor Frank --- diff --git a/resources/tools/presentation/generator_report.py b/resources/tools/presentation/generator_report.py index 673977917a..a7b2d64af0 100644 --- a/resources/tools/presentation/generator_report.py +++ b/resources/tools/presentation/generator_report.py @@ -127,7 +127,6 @@ def generate_report(release, spec, report_version): report[report_format](release, spec, versions, report_version) archive_input_data(spec) - archive_report(spec) logging.info("Done.")