aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/conf.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-04-17 15:54:45 +0200
committerTibor Frank <tifrank@cisco.com>2019-04-18 10:21:52 +0000
commit3969bc368a73f12ab3550b87ef6102c209c66676 (patch)
treeb402fe03022caf552b8872512314e9513d82b678 /resources/tools/presentation/conf.py
parent4f2d0c379b50b66e70d9615fc8425cd4772f7738 (diff)
CSIT-1487: Configure PAL for the Report 1904
Change-Id: I4f112693a3b50665a9c53290de42d8e365c6d415 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/conf.py')
-rw-r--r--resources/tools/presentation/conf.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index 53c05ae908..f46d7c026e 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 = '13'
-project = u'FD.io CSIT-1901.1.{week}'.format(week=report_week)
+report_week = '16'
+project = u'FD.io CSIT-1904.{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_1',
+""".format(release='rls1904',
report_week=report_week,
prev_release='rls1901',
- srelease='1901_1',
- csitrelease='1901.1',
+ srelease='1904',
+ csitrelease='1904',
csit_prev_release='1901',
- vpprelease='19.01.1',
+ vpprelease='19.04',
vpp_prev_release='19.01',
- dpdkrelease='18.11',
- sdpdkrelease='1811',
+ dpdkrelease='19.02',
+ sdpdkrelease='1902',
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')