diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-07-14 11:46:16 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-07-14 09:51:33 +0000 |
commit | 8e13140dbe2027a34c9640867a344a09c6143c89 (patch) | |
tree | f392618e2828c0f73a4b1ad52efe37abc31fabf6 /resources/tools/presentation/specifications/report | |
parent | 616e6aad61c5e8c62bf5665e78ff36542c7759fc (diff) |
Report: Add data, set archiving and pdf version
Change-Id: Iaa1ef8bd12f536723d6894fbf86acfe280929ade
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit da7ec9bf7aff31d18325043891aa19cda2b063ec)
Diffstat (limited to 'resources/tools/presentation/specifications/report')
-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 |