diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-07-14 11:46:16 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-07-14 11:46:16 +0200 |
commit | da7ec9bf7aff31d18325043891aa19cda2b063ec (patch) | |
tree | c0a12bc5bb59c6639505e4ff445a415379f3d02a /resources/tools/presentation | |
parent | a47cc2dbd97aee82deebec9bd750d661aaca6942 (diff) |
Report: Add data, set archiving and pdf version
Change-Id: Iaa1ef8bd12f536723d6894fbf86acfe280929ade
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation')
-rw-r--r-- | resources/tools/presentation/specifications/report/data_sets.yaml | 2 | ||||
-rw-r--r-- | resources/tools/presentation/specifications/report/environment.yaml | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/resources/tools/presentation/specifications/report/data_sets.yaml b/resources/tools/presentation/specifications/report/data_sets.yaml index 19c6b2b721..765842a9ec 100644 --- a/resources/tools/presentation/specifications/report/data_sets.yaml +++ b/resources/tools/presentation/specifications/report/data_sets.yaml @@ -120,6 +120,7 @@ - 22 # rls2106.rel NDRPDR COV env 7 - 24 # rls2106.rel NDRPDR COV env 7 - 25 # rls2106.rel NDRPDR COV env 7 + - 26 # rls2106.rel NDRPDR COV env 7 - 27 # rls2106.rel NDRPDR COV env 7 dpdk-3n-skx-hist-iter: @@ -858,6 +859,7 @@ - 6 # rls2106.rel NDRPDR COV env 7 - 7 # rls2106.rel NDRPDR COV env 7 - 8 # rls2106.rel NDRPDR COV env 7 + - 11 # rls2106.rel NDRPDR COV env 7 dpdk-3n-tsh-hist-iter: csit-dpdk-perf-report-iterative-2009-3n-tsh: diff --git a/resources/tools/presentation/specifications/report/environment.yaml b/resources/tools/presentation/specifications/report/environment.yaml index 048eca3d05..d2263df97e 100644 --- a/resources/tools/presentation/specifications/report/environment.yaml +++ b/resources/tools/presentation/specifications/report/environment.yaml @@ -193,7 +193,7 @@ file-format: ".gz" enabled: False - archive-inputs: False + archive-inputs: True mapping-file: "" @@ -264,5 +264,5 @@ format: html: - full -# pdf: -# - minimal + pdf: + - minimal |