aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/conf.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-03-11 09:23:38 +0100
committerTibor Frank <tifrank@cisco.com>2019-03-11 16:07:14 +0000
commit9390233c8b3d9176e020976ecdf44eb99c1f58e3 (patch)
treeba22942015ce2c7ab2386101f85a9063d5bf994d /resources/tools/presentation/conf.py
parent6c295bd3d177d42343bfed4596655ce6604e0e55 (diff)
CSIT-1456: Report 1901.1 Configuration
Change-Id: Ic629722527e6db6c0594d9499a123b29dc8cf258 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/conf.py')
-rw-r--r--resources/tools/presentation/conf.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index c39896ad82..72005e6954 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 = '11'
+project = u'FD.io CSIT-1901.1.{week}'.format(week=report_week)
copyright = u'2019, FD.io'
author = u'FD.io CSIT'
@@ -109,16 +109,16 @@ 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_1',
report_week=report_week,
- prev_release='rls1810',
- srelease='1901',
- csitrelease='1901',
- csit_prev_release='1810',
- vpprelease='19.01',
- vpp_prev_release='18.10',
+ prev_release='rls1901',
+ srelease='1901_1',
+ csitrelease='1901.1',
+ csit_prev_release='1901',
+ vpprelease='19.01.1',
+ vpp_prev_release='19.01',
dpdkrelease='18.11',
- sdpdkrelease='1808',
+ sdpdkrelease='1811',
trex_version='v2.35',
csit_ubuntu_ver='csit-ubuntu-16.04.1_2019-01-04_2.3',
csit_centos_ver='csit-centos-7.4-1711_2019-01-04_2.1')