From 8e601d0f37f715ca4ce55dded8bc27cadfe175c2 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 6 Apr 2020 06:28:11 +0200 Subject: [PATCH] Report: Configure report 2001.15 Change-Id: I4926a15e0b89507aad89845e12385ba34adfd68d Signed-off-by: Tibor Frank --- docs/report/introduction/report_history.rst | 4 +++- resources/tools/presentation/conf.py | 2 +- resources/tools/presentation/run_report.sh | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index a8f47a9795..9c3d91e6a8 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -6,7 +6,7 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ -| .14 | 1. Added data: | +| .15 | 1. Added data: | | | | | | - VPP performance tests 2n-skx | | | | @@ -22,6 +22,8 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below. | | 2n-skx and 3n-skx. | | | | +----------------+------------------------------------------------------------+ +| .14 | Skipped. | ++----------------+------------------------------------------------------------+ | .13 | Skipped. | +----------------+------------------------------------------------------------+ | .12 | Skipped. | diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 4b3688bb27..88d020f89b 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md'] master_doc = u'index' # General information about the project. -report_week = u'14' +report_week = u'15' project = u'FD.io CSIT-2001.{week}'.format(week=report_week) copyright = u'2020, FD.io' author = u'FD.io CSIT' diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index b4480fe0bc..09a525b6b2 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ - --week "14" \ + --week "15" \ --logging INFO \ --force -- 2.16.6