diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-02-18 14:49:58 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-02-19 09:50:40 +0100 |
commit | 0e251a9344e4f4ae8db440c2f84bf3692f6c5478 (patch) | |
tree | 9ca75405093cf046e0fbeab245cf7e11950f430e /resources/tools/presentation/conf.py | |
parent | d4158fdb3d3e4bca24cd299e63a97180a2544460 (diff) |
Report: Configure 1901.08
Change-Id: I00dfd25a369c8b9d86a0ac4eba7ad2efa570b1a4
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/conf.py')
-rw-r--r-- | resources/tools/presentation/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 6363fad71d..28b2b8a5f7 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -45,7 +45,7 @@ source_suffix = ['.rst', '.md'] master_doc = 'index' # General information about the project. -report_week = '07' +report_week = '08' project = u'FD.io CSIT-1901.{week}'.format(week=report_week) copyright = u'2019, FD.io' author = u'FD.io CSIT' @@ -114,7 +114,7 @@ rst_epilog = """ csit_prev_release='1810', vpprelease='19.01', vpp_prev_release='18.10', - dpdkrelease='18.08', # 18.11 + dpdkrelease='18.11', sdpdkrelease='1808', trex_version='v2.35', csit_ubuntu_ver='csit-ubuntu-16.04.1_2019-01-04_2.3', |