From 4fba3998e586334ea0663ff401e36971249b191c Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 21 Jan 2019 13:02:31 +0100 Subject: [PATCH] CSIT-1406: Configure PAL to generate 1901 Report Change-Id: I2faf542970d9be54945a2f9fdaf0577bdfbd6d24 Signed-off-by: Tibor Frank --- docs/report/index.html.template | 2 +- docs/report/index.pdf.template | 2 +- resources/tools/presentation/conf.py | 24 ++++++++++++------------ resources/tools/presentation/run_report.sh | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/report/index.html.template b/docs/report/index.html.template index eab06b6791..e4fc829900 100644 --- a/docs/report/index.html.template +++ b/docs/report/index.html.template @@ -1,4 +1,4 @@ -CSIT-1810 +CSIT-1901 ========= .. toctree:: diff --git a/docs/report/index.pdf.template b/docs/report/index.pdf.template index 40576b39ba..dd11d3335c 100644 --- a/docs/report/index.pdf.template +++ b/docs/report/index.pdf.template @@ -1,4 +1,4 @@ -CSIT-1810 +CSIT-1901 ========= .. toctree:: diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index a728afc44b..2ef414f669 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. -project = u'FD.io CSIT-1810.03' +project = u'FD.io CSIT-1901.04' copyright = u'2019, FD.io' author = u'FD.io CSIT' @@ -104,19 +104,19 @@ rst_epilog = """ .. _FD.io DPDK compile job: https://jenkins.fd.io/view/deb-dpdk/job/deb_dpdk-merge-{sdpdkrelease}-ubuntu1604/ .. _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 -""".format(release='rls1810', - report_week='03', - prev_release='rls1807', - srelease='1810', - csitrelease='1810', - csit_prev_release='1807', - vpprelease='18.10', - vpp_prev_release='18.07', - dpdkrelease='18.08', +""".format(release='rls1901', + report_week='04', + prev_release='rls1810', + srelease='1901', + csitrelease='1901', + csit_prev_release='1810', + vpprelease='19.01', + vpp_prev_release='18.10', + dpdkrelease='18.08', # 18.11 sdpdkrelease='1808', trex_version='v2.35', - csit_ubuntu_ver='csit-ubuntu-16.04.1_2018-03-07_2.1', - csit_centos_ver='csit-centos-7.4-1711_2018-03-20_1.9') + 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') # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index fe1bd798df..26e4b9cf11 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 "03" \ + --week "04" \ --logging INFO \ --force -- 2.16.6