Report: Configure 2009.44 65/29565/1
authorTibor Frank <tifrank@cisco.com>
Wed, 21 Oct 2020 07:38:17 +0000 (09:38 +0200)
committerTibor Frank <tifrank@cisco.com>
Wed, 21 Oct 2020 07:38:17 +0000 (09:38 +0200)
Change-Id: I7f7e50610e71af7f2b0dc1eed267a421ffd8aef0
Signed-off-by: Tibor Frank <tifrank@cisco.com>
docs/report/introduction/report_history.rst
resources/tools/presentation/conf.py
resources/tools/presentation/run_report.sh

index 79a1597..cce12bd 100644 (file)
@@ -7,6 +7,29 @@ below.
 +----------------+------------------------------------------------------------+
 | .[ww] Revision | Changes                                                    |
 +================+============================================================+
 +----------------+------------------------------------------------------------+
 | .[ww] Revision | Changes                                                    |
 +================+============================================================+
+| .44            | 1. Added data:                                             |
+|                |                                                            |
+|                |    - VPP Coverage                                          |
+|                |                                                            |
+|                |      - 3n-skx                                              |
+|                |                                                            |
+|                |    - VPP Iterative                                         |
+|                |                                                            |
+|                |      - 3n-skx                                              |
+|                |      - 3n-tsh                                              |
+|                |                                                            |
+|                | 2. Replaced faulty runs:                                   |
+|                |                                                            |
+|                |    - VPP Iterative                                         |
+|                |                                                            |
+|                |      - 2n-clx                                              |
+|                |                                                            |
+|                |                                                            |
+|                |                                                            |
+|                |                                                            |
+|                |                                                            |
+|                |                                                            |
++----------------+------------------------------------------------------------+
 | .43            | 1. Added data:                                             |
 |                |                                                            |
 |                |    - VPP Coverage                                          |
 | .43            | 1. Added data:                                             |
 |                |                                                            |
 |                |    - VPP Coverage                                          |
index 1feebee..5532204 100644 (file)
@@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md']
 master_doc = u'index'
 
 # General information about the project.
 master_doc = u'index'
 
 # General information about the project.
-report_week = u'43'
+report_week = u'44'
 project = u'FD.io CSIT-2009.{week}'.format(week=report_week)
 copyright = u'2020, FD.io'
 author = u'FD.io CSIT'
 project = u'FD.io CSIT-2009.{week}'.format(week=report_week)
 copyright = u'2020, FD.io'
 author = u'FD.io CSIT'
index 47ca170..4279501 100755 (executable)
@@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
-    --week "43" \
+    --week "44" \
     --logging INFO \
     --force
 
     --logging INFO \
     --force