aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/conf.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-05-23 13:42:43 +0200
committerTibor Frank <tifrank@cisco.com>2019-05-24 09:56:43 +0000
commit20dff377084a35d285c720f7d9b15127825deecd (patch)
treebd1acb27045436de03a964d83a03a02bd5cae8af /resources/tools/presentation/conf.py
parenta33b7a16cbc228370fcc3e267e6ac8aba5560116 (diff)
Report: Configure 1901.2
Change-Id: I3cd72d9fef12b33be6f966bb8fc2417c10cd093a Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/conf.py')
-rw-r--r--resources/tools/presentation/conf.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index b38bf6ce35..951054136c 100644
--- a/resources/tools/presentation/conf.py
+++ b/resources/tools/presentation/conf.py
@@ -45,8 +45,8 @@ source_suffix = ['.rst', '.md']
master_doc = 'index'
# General information about the project.
-report_week = '10'
-project = u'FD.io CSIT-1901.{week}'.format(week=report_week)
+report_week = '22'
+project = u'FD.io CSIT-1901.2.{week}'.format(week=report_week)
copyright = u'2019, FD.io'
author = u'FD.io CSIT'
@@ -109,14 +109,14 @@ rst_epilog = """
.. _CSIT Testbed Setup: https://git.fd.io/csit/tree/resources/tools/testbed-setup/README.md?h={release}
.. _K8s configuration files: https://github.com/FDio/csit/tree/{release}/resources/templates/kubernetes
.. _VPP startup.conf: https://git.fd.io/vpp/tree/src/vpp/conf/startup.conf?h=stable/{srelease}
-""".format(release='rls1901',
+""".format(release='rls1901_2',
report_week=report_week,
prev_release='rls1810',
- srelease='1901',
- csitrelease='1901',
+ srelease='1901_2',
+ csitrelease='1901.2',
csit_prev_release='1810',
- vpprelease='19.01',
- vpp_prev_release='18.10',
+ vpprelease='19.01.2',
+ vpp_prev_release='1810',
dpdkrelease='18.11',
sdpdkrelease='1811',
trex_version='v2.35',