Report: configure rls2106.33 86/33486/2
authorTibor Frank <tifrank@cisco.com>
Fri, 13 Aug 2021 06:17:45 +0000 (08:17 +0200)
committerTibor Frank <tifrank@cisco.com>
Mon, 16 Aug 2021 09:25:53 +0000 (11:25 +0200)
Change-Id: Ic7d1a776817dda52007bcebd663388cc4bd1fa66
Signed-off-by: Tibor Frank <tifrank@cisco.com>
docs/report/introduction/report_history.rst
docs/report/vpp_performance_tests/packet_throughput_graphs/ip6.rst
docs/report/vpp_performance_tests/throughput_speedup_multi_core/ip6.rst
resources/tools/presentation/run_report.sh
resources/tools/presentation/specifications/report/environment.yaml
resources/tools/presentation/sphinx_conf/report/conf.py

index fefd03b..c6bcb45 100644 (file)
@@ -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:                                    |
index a9bb926..026a9c1 100644 (file)
@@ -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
index 1ddf65d..1064c5e 100644 (file)
@@ -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
index ca258bd..d1994a1 100755 (executable)
@@ -32,7 +32,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../
 python pal.py \
     --specification specifications/report \
     --release ${RELEASE} \
-    --week "32" \
+    --week "33" \
     --logging INFO \
     --force
 
index c08ec2c..a1f4f18 100644 (file)
       file-format: ".gz"
       enabled: False
 
-  archive-inputs: False
+  archive-inputs: True
 
   mapping-file: ""
 
   format:
     html:
     - full
-    pdf:
-    - minimal
+    pdf:
+    - minimal
index 753494b..e1d0843 100644 (file)
@@ -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'