aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-10-28 06:15:16 +0100
committerTibor Frank <tifrank@cisco.com>2020-10-28 13:01:42 +0000
commitbb59dddfd997509f72dd8bb33b49f41b07e1cfb5 (patch)
tree984ac3a39a90afca7197d3c9bd1699e26c359b2d
parent7c85fb1456390e505d8da791cdb59e5bf84e586d (diff)
Report: Configure rls2009.45
Change-Id: I8918f09411254b64abb65a165a0e284f735b306e Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 764041478f165644c0dea744bc4b2d976bb0b840)
-rw-r--r--docs/report/introduction/report_history.rst8
-rw-r--r--resources/tools/presentation/conf.py2
-rwxr-xr-xresources/tools/presentation/run_report.sh2
3 files changed, 10 insertions, 2 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index 78b30eaaf8..4959ab8617 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -7,6 +7,14 @@ below.
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
+| .45 | 1. Added data: |
+| | |
+| | - VPP Iterative |
+| | |
+| | - 3n-skx |
+| | - 3n-tsh |
+| | |
++----------------+------------------------------------------------------------+
| .44 | 1. Added data: |
| | |
| | - VPP Coverage |
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index 553220448c..d1a7e1b39e 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'44'
+report_week = u'45'
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 4279501f3b..342e1ded09 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 "44" \
+ --week "45" \
--logging INFO \
--force