From 149b1109affae3e54157e3c38db97f376d27328b Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 15 Jul 2021 09:52:14 +0200 Subject: [PATCH] Report: Configure rls2106.29, add data Change-Id: Ib51ee05d67a5a6506367b9f194441be50f360d38 Signed-off-by: Tibor Frank --- docs/report/introduction/report_history.rst | 14 ++++++++++++++ resources/tools/presentation/run_report.sh | 2 +- .../presentation/specifications/report/data_sets.yaml | 9 +++++++++ resources/tools/presentation/sphinx_conf/report/conf.py | 2 +- 4 files changed, 25 insertions(+), 2 deletions(-) diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index a95af23de1..816d8fc97c 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -7,6 +7,20 @@ below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ +| .29 | 1. Added data: | +| | | +| | - VPP coverage data: | +| | | +| | - 3n-skx | +| | - 3n-tsh | +| | - 2n-zn2 | +| | | +| | - VPP iterative data: | +| | | +| | - 3n-tsh | +| | - 2n-zn2 | +| | | ++----------------+------------------------------------------------------------+ | .28 | Initial revision | +----------------+------------------------------------------------------------+ diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 2a14da1b62..5bd3fd36d2 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -32,7 +32,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../ python pal.py \ --specification specifications/report \ --release ${RELEASE} \ - --week "28" \ + --week "29" \ --logging INFO \ --force diff --git a/resources/tools/presentation/specifications/report/data_sets.yaml b/resources/tools/presentation/specifications/report/data_sets.yaml index 30b4d0d5f8..c2cda4b010 100644 --- a/resources/tools/presentation/specifications/report/data_sets.yaml +++ b/resources/tools/presentation/specifications/report/data_sets.yaml @@ -103,6 +103,7 @@ - 3 # rls2106.rel NDRPDR COV env 7 - 4 # rls2106.rel NDRPDR COV env 7 - 6 # rls2106.rel NDRPDR COV env 7 + - 7 # rls2106.rel NDRPDR COV env 7 - 8 # rls2106.rel NDRPDR COV env 7 - 9 # rls2106.rel NDRPDR COV env 7 - 10 # rls2106.rel NDRPDR COV env 7 @@ -118,11 +119,16 @@ - 20 # rls2106.rel NDRPDR COV env 7 - 21 # rls2106.rel NDRPDR COV env 7 - 22 # rls2106.rel NDRPDR COV env 7 + - 23 # 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 + - 28 # rls2106.rel NDRPDR COV env 7 - 30 # rls2106.rel NDRPDR COV env 7 + - 33 # rls2106.rel NDRPDR COV env 7 + - 34 # rls2106.rel NDRPDR COV env 7 + - 35 # rls2106.rel NDRPDR COV env 7 dpdk-3n-skx-hist-iter: csit-dpdk-perf-report-iterative-2009-3n-skx: @@ -481,6 +487,7 @@ - 2 # rls2106.rel NDRPDR COV env 7 - 4 # rls2106.rel NDRPDR COV env 7 - 7 # rls2106.rel NDRPDR COV env 7 + - 9 # rls2106.rel NDRPDR COV env 7 dpdk-2n-zn2-hist-iter: csit-dpdk-perf-report-iterative-2101-2n-zn2: @@ -857,10 +864,12 @@ csit-vpp-perf-report-coverage-2106-3n-tsh: - 3 # rls2106.rel NDRPDR COV env 7 - 4 # rls2106.rel NDRPDR COV env 7 + - 5 # rls2106.rel NDRPDR COV env 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 + - 14 # 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/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py index 1f0700fb1f..a44a405070 100644 --- a/resources/tools/presentation/sphinx_conf/report/conf.py +++ b/resources/tools/presentation/sphinx_conf/report/conf.py @@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md'] master_doc = u'index' # General information about the project. -report_week = u'28' +report_week = u'29' project = u'FD.io CSIT-2106.{week}'.format(week=report_week) copyright = u'2021, FD.io' author = u'FD.io CSIT' -- 2.16.6