diff options
-rw-r--r-- | docs/report/introduction/report_history.rst | 6 | ||||
-rw-r--r-- | resources/tools/presentation/conf.py | 2 | ||||
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index af32a4330f..5cc3d60a27 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -6,17 +6,21 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ -| .12 | 1. Added data: | +| .13 | 1. Added data: | | | | | | - VPP performance tests 2n-skx | | | | | | - all set selected for analysis and graphs | +| | - MRR tests | | | | | | - VPP performance tests 3n-skx | | | | | | - all set selected for analysis and graphs | +| | - MRR tests | | | | +----------------+------------------------------------------------------------+ +| .12 | Skipped. | ++----------------+------------------------------------------------------------+ | .11 | 1. Added Soak tests | | | | | | 2. Added data: | diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index d17140b15e..a67b6d5be4 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'12' +report_week = u'13' 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 b246e91ce4..e4d1802f87 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 "12" \ + --week "13" \ --logging INFO \ --force |