X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fconf.py;h=f46d7c026e4cf4b6cc16704c1a78c00dfa67e399;hp=53c05ae908c0510a40402927950a9879f60535ef;hb=3969bc368a73f12ab3550b87ef6102c209c66676;hpb=4f2d0c379b50b66e70d9615fc8425cd4772f7738 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')