From 77f4ce0e0d951838ec1d9108107ceb596ded59e0 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 9 Mar 2023 07:43:38 +0100 Subject: [PATCH] Report: Add rls data Signed-off-by: Tibor Frank Change-Id: I4eea313430d448928d68e554a00c7a78e3864020 --- docs/report/introduction/report_history.rst | 6 ++++++ .../presentation/specifications/report/data_sets.yaml | 14 +++++++------- resources/tools/presentation/sphinx_conf/report/conf.py | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index 7dcbfea2f5..dba4d3186c 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -7,6 +7,12 @@ below. +----------------+-------------------------------------------------------------+ | .[ww] Revision | Changes | +================+=============================================================+ +| .11 | 1. Added coverage data: | +| | | +| | - 2n-zn2 | +| | - 3n-alt | +| | | ++----------------+-------------------------------------------------------------+ | .10 | Initial revision | +----------------+-------------------------------------------------------------+ diff --git a/resources/tools/presentation/specifications/report/data_sets.yaml b/resources/tools/presentation/specifications/report/data_sets.yaml index bb612bdd6e..fb8fab7f8b 100644 --- a/resources/tools/presentation/specifications/report/data_sets.yaml +++ b/resources/tools/presentation/specifications/report/data_sets.yaml @@ -193,11 +193,11 @@ - 8 # 2302.rel NDRPDR cov env 11 - 9 # 2302.rel NDRPDR cov env 11 - 10 # 2302.rel NDRPDR cov env 11 - # - 11 # 2302.rel NDRPDR cov env 11 + - 11 # 2302.rel NDRPDR cov env 11 - 12 # 2302.rel NDRPDR cov env 11 - 13 # 2302.rel NDRPDR cov env 11 - # - 14 # 2302.rel NDRPDR cov env 11 - # - 15 # 2302.rel NDRPDR cov env 11 + - 14 # 2302.rel NDRPDR cov env 11 + - 15 # 2302.rel NDRPDR cov env 11 dpdk-2n-zn2-hist-iter: csit-dpdk-perf-report-iterative-2206-2n-zn2: @@ -1268,10 +1268,10 @@ - 11 # 2302.rel NDRPDR cov env 11 - 12 # 2302.rel NDRPDR cov env 11 - 13 # 2302.rel NDRPDR cov env 11 - # - 14 # 2302.rel NDRPDR cov env 11 - # - 15 # 2302.rel NDRPDR cov env 11 - # - 16 # 2302.rel NDRPDR cov env 11 - # - 17 # 2302.rel NDRPDR cov env 11 + - 14 # 2302.rel NDRPDR cov env 11 + - 15 # 2302.rel NDRPDR cov env 11 + - 16 # 2302.rel NDRPDR cov env 11 + - 17 # 2302.rel NDRPDR cov env 11 dpdk-3n-alt-hist-iter: csit-dpdk-perf-report-iterative-2206-3n-alt: diff --git a/resources/tools/presentation/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py index 5c386acc4c..765c695e4a 100644 --- a/resources/tools/presentation/sphinx_conf/report/conf.py +++ b/resources/tools/presentation/sphinx_conf/report/conf.py @@ -50,7 +50,7 @@ source_suffix = ['.rst', '.md'] master_doc = 'index' # General information about the project. -report_week = '10' +report_week = '11' project = 'FD.io CSIT-2302.{week}'.format(week=report_week) copyright = '2023, FD.io' author = 'FD.io CSIT' -- 2.16.6