diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-11-21 14:00:28 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-11-21 13:03:09 +0000 |
commit | 36dbc0c8e1966f2771e49cc6298cb558a204e5d8 (patch) | |
tree | 347629c3010ae1b076d797bf4d0f32e9b2bef856 | |
parent | 22f64a7827acf6d8d5c4a5be0f587281fb937c13 (diff) |
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 <tifrank@cisco.com>
(cherry picked from commit 32bb9cfcffcfbe6ec68d8469ebc8194580b31689)
-rw-r--r-- | resources/tools/presentation/generator_report.py | 1 |
1 files changed, 0 insertions, 1 deletions
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.") |