From: Tibor Frank Date: Wed, 28 Oct 2020 05:15:16 +0000 (+0100) Subject: Report: Configure rls2009.45 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=764041478f165644c0dea744bc4b2d976bb0b840 Report: Configure rls2009.45 Change-Id: I8918f09411254b64abb65a165a0e284f735b306e Signed-off-by: Tibor Frank --- diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index 78b30eaaf8..4959ab8617 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -7,6 +7,14 @@ below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ +| .45 | 1. Added data: | +| | | +| | - VPP Iterative | +| | | +| | - 3n-skx | +| | - 3n-tsh | +| | | ++----------------+------------------------------------------------------------+ | .44 | 1. Added data: | | | | | | - VPP Coverage | diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 553220448c..d1a7e1b39e 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'44' +report_week = u'45' project = u'FD.io CSIT-2009.{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 4279501f3b..342e1ded09 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 "44" \ + --week "45" \ --logging INFO \ --force