aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-08-13 08:17:45 +0200
committerTibor Frank <tifrank@cisco.com>2021-08-16 11:25:53 +0200
commite32b39d83fb01c33dfc9ae540ff2b55c11b707cf (patch)
tree276a34e9a1479cd5856b9697e94e91f8921d644e
parent5094f41c1a2ec63d3a39121297552eebe0d4d88f (diff)
Report: configure rls2106.33
Change-Id: Ic7d1a776817dda52007bcebd663388cc4bd1fa66 Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r--docs/report/introduction/report_history.rst4
-rw-r--r--docs/report/vpp_performance_tests/packet_throughput_graphs/ip6.rst2
-rw-r--r--docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst2
-rwxr-xr-xresources/tools/presentation/run_report.sh2
-rw-r--r--resources/tools/presentation/specifications/report/environment.yaml6
-rw-r--r--resources/tools/presentation/sphinx_conf/report/conf.py2
6 files changed, 13 insertions, 5 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index fefd03bc89..c6bcb459d0 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -7,6 +7,10 @@ below.
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
+| .33 | 1. Replaced 2n-icx and 3n-icx iterative data by rls2106 |
+| | data. |
+| | |
++----------------+------------------------------------------------------------+
| .32 | 1. Added data: |
| | |
| | - VPP coverage data: |
diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6.rst
index a9bb926220..026a9c109e 100644
--- a/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6.rst
+++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ip6.rst
@@ -31,4 +31,6 @@ CSIT source code for the test cases used for plots can be found in
ip6-2n-tx2-xl710
ip6-2n-dnv-x553
ip6-3n-dnv-x553
+
+..
ip6-2n-icx-e810cq
diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst
index 1ddf65d6c4..1064c5e8b7 100644
--- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst
+++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst
@@ -33,4 +33,6 @@ CSIT source code for the test cases used for plots can be found in
ip6-2n-tx2-xl710
ip6-2n-dnv-x553
ip6-3n-dnv-x553
+
+..
ip6-2n-icx-e810cq
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh
index ca258bd5d4..d1994a1a27 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 "32" \
+ --week "33" \
--logging INFO \
--force
diff --git a/resources/tools/presentation/specifications/report/environment.yaml b/resources/tools/presentation/specifications/report/environment.yaml
index c08ec2c41d..a1f4f18d33 100644
--- a/resources/tools/presentation/specifications/report/environment.yaml
+++ b/resources/tools/presentation/specifications/report/environment.yaml
@@ -199,7 +199,7 @@
file-format: ".gz"
enabled: False
- archive-inputs: False
+ archive-inputs: True
mapping-file: ""
@@ -270,5 +270,5 @@
format:
html:
- full
-# pdf:
-# - minimal
+ pdf:
+ - minimal
diff --git a/resources/tools/presentation/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py
index 753494bbec..e1d08430a7 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'32'
+report_week = u'33'
project = u'FD.io CSIT-2106.{week}'.format(week=report_week)
copyright = u'2021, FD.io'
author = u'FD.io CSIT'