aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/report/introduction/report_history.rst23
-rw-r--r--resources/tools/presentation/conf.py2
-rwxr-xr-xresources/tools/presentation/run_report.sh2
3 files changed, 25 insertions, 2 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index 79a15971ba..cce12bd7fd 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -7,6 +7,29 @@ below.
+----------------+------------------------------------------------------------+
| .[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 |
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index 1feebee1bc..553220448c 100644
--- a/resources/tools/presentation/conf.py
+++ b/resources/tools/presentation/conf.py
@@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md']
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'
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh
index 47ca170f5d..4279501f3b 100755
--- a/resources/tools/presentation/run_report.sh
+++ b/resources/tools/presentation/run_report.sh
@@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python
python pal.py \
--specification specification.yaml \
--release ${RELEASE} \
- --week "43" \
+ --week "44" \
--logging INFO \
--force