Report: Disable archiving the report in Jenkins 96/16096/1
authorTibor Frank <tifrank@cisco.com>
Wed, 21 Nov 2018 13:00:28 +0000 (14:00 +0100)
committerTibor Frank <tifrank@cisco.com>
Wed, 21 Nov 2018 13:03:09 +0000 (13:03 +0000)
 - 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 <tifrank@cisco.com>
(cherry picked from commit 32bb9cfcffcfbe6ec68d8469ebc8194580b31689)

resources/tools/presentation/generator_report.py

index 6739779..a7b2d64 100644 (file)
@@ -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.")