aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-10-09 09:57:32 +0200
committerTibor Frank <tifrank@cisco.com>2020-10-09 09:57:32 +0200
commit16fa258b5abcd0874159c0cd81add9acb64f0998 (patch)
tree7408d403c7abedd178b0dfa9a788640b20217e6c
parent985454ad3f27defe932459cc430ca17bb228f740 (diff)
Report: Configure 2009.42
Change-Id: Ic6f9ba720eb3ed964404789632278f211e576bb2 Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r--docs/report/introduction/report_history.rst2
-rw-r--r--resources/tools/presentation/conf.py4
-rwxr-xr-xresources/tools/presentation/run_report.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index 61d1ed98b2..b46e07db06 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -6,7 +6,7 @@ FD.io CSIT-2005 Report history and per .[ww] revision changes are listed below.
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
-| .41 | Initial version |
+| .42 | Initial version |
| | |
+----------------+------------------------------------------------------------+
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index 8fe29719b6..33cd1b4d5e 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'41'
+report_week = u'42'
project = u'FD.io CSIT-2009.{week}'.format(week=report_week)
copyright = u'2020, FD.io'
author = u'FD.io CSIT'
@@ -109,7 +109,7 @@ rst_epilog = u"""
dpdk_prev_release=u'20.02',
sdpdkrelease=u'2008',
trex_version=u'v2.82',
- vpp_release_commit_id=u'fce396738f865293f0a023bc7f172086f81da456') # TODO
+ vpp_release_commit_id=u'072def4738f149a6e3f2f3884fae55690d6ad3a1')
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh
index eec9f8ac9f..dbb957c9e9 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 "41" \
+ --week "42" \
--logging INFO \
--force