From 32bb9cfcffcfbe6ec68d8469ebc8194580b31689 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 21 Nov 2018 14:00:28 +0100 Subject: [PATCH] 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 --- resources/tools/presentation/generator_report.py | 1 - 1 file changed, 1 deletion(-) 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.") -- 2.16.6