From f9983d929094a7b3200baaca3b31734438c79796 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 7 Nov 2018 12:57:31 +0100 Subject: CSIT-1342: Edit the static content for CSIT-1810 report Change-Id: Idb4abd737265504402aca56f826a6ae8c219a2c1 Signed-off-by: Tibor Frank --- resources/tools/presentation/conf.py | 2 +- resources/tools/presentation/run_report.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 9de9d9e18e..d8a569b859 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -104,7 +104,7 @@ 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 """.format(release='rls1810', - report_version='v0.1', + report_version='v1.0', prev_release='rls1807', srelease='1810', csitrelease='18.10', diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 8dcd17bbf9..9435ce01a6 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} \ - --version "0.1" \ + --version "1.0" \ --logging INFO \ --force -- cgit 1.2.3-korg