From fada1fcb4e27d948bbcb2c6aa7e50347e953c898 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 4 May 2020 08:17:26 +0200 Subject: [PATCH] Report: Configure report 2001.19 Change-Id: I42d2723745a119667b8af2165fbd99dc4fe3cc3e 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 c064e35534..36f0468ce6 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 | +================+============================================================+ -| .18 | 1. Added data: | +| .19 | 1. Added data: | | | | | | - VPP performance tests 2n-skx | | | | @@ -28,6 +28,8 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below. | | 2n-skx and 3n-skx. | | | | +----------------+------------------------------------------------------------+ +| .18 | Skipped. | ++----------------+------------------------------------------------------------+ | .17 | Skipped. | +----------------+------------------------------------------------------------+ | .16 | Skipped. | diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index ffd4bd642c..5287bc2efc 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'18' +report_week = u'19' 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 16b3a5e04c..348f3e9c5a 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 "18" \ + --week "19" \ --logging INFO \ --force -- 2.16.6