From 9390233c8b3d9176e020976ecdf44eb99c1f58e3 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 11 Mar 2019 09:23:38 +0100 Subject: CSIT-1456: Report 1901.1 Configuration Change-Id: Ic629722527e6db6c0594d9499a123b29dc8cf258 Signed-off-by: Tibor Frank --- resources/tools/presentation/conf.py | 20 ++++++++++---------- resources/tools/presentation/run_report.sh | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'resources/tools') 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') diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index a6c56861f1..57449561be 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,7 +38,7 @@ export PYTHONPATH=`pwd` python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ - --week "10" \ + --week "11" \ --logging INFO \ --force -- cgit 1.2.3-korg