diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-03-09 07:43:38 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-03-09 06:45:44 +0000 |
commit | 77f4ce0e0d951838ec1d9108107ceb596ded59e0 (patch) | |
tree | 632bb28238c895e839487cb0e43c7e288e3474a2 /resources | |
parent | d4ad4eae938038d91baeb0890cad51a00e9e3807 (diff) |
Report: Add rls data
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I4eea313430d448928d68e554a00c7a78e3864020
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/specifications/report/data_sets.yaml | 14 | ||||
-rw-r--r-- | resources/tools/presentation/sphinx_conf/report/conf.py | 2 |
2 files changed, 8 insertions, 8 deletions
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' |