From: Tibor Frank Date: Thu, 5 Sep 2019 06:20:32 +0000 (+0200) Subject: Report: Configure Report 1908.37 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=975366b048b446e7320cc1d7b933bf940f4f2ade Report: Configure Report 1908.37 Change-Id: I1d883dbb299ecef151c7d7a9c5612ae0330e3538 Signed-off-by: Tibor Frank (cherry picked from commit d7813d33fef48421377c7eb6f24cd3998d8b0594) --- diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index 44027c4bdb..6a3241c348 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -6,6 +6,18 @@ FD.io CSIT-1908 Report history and per .[ww] revision changes are listed below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ +| .37 | 1. Fixes in comparison tables. | +| | | +| | 2. Added data for 2n-dnv and 3n-dnv | +| | | +| | 3. Added data for soak tests | +| | | +| | 4. Added data: | +| | | +| | - | +| | - | +| | | ++----------------+------------------------------------------------------------+ | .36 | Initial version | | | | +----------------+------------------------------------------------------------+ diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 1b265ae2c8..5083850d73 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -45,7 +45,7 @@ source_suffix = ['.rst', '.md'] master_doc = 'index' # General information about the project. -report_week = '36' +report_week = '37' project = u'FD.io CSIT-1908.{week}'.format(week=report_week) copyright = u'2019, FD.io' author = u'FD.io CSIT' @@ -98,6 +98,8 @@ rst_epilog = """ .. _FD.io test executor vpp performance job 3n-skx: https://jenkins.fd.io/view/csit/job/csit-vpp-perf-verify-{srelease}-3n-skx .. _FD.io test executor vpp performance job 2n-skx: https://jenkins.fd.io/view/csit/job/csit-vpp-perf-verify-{srelease}-2n-skx .. _FD.io test executor vpp performance job 3n-tsh: https://jenkins.fd.io/view/csit/job/csit-vpp-perf-verify-{srelease}-3n-tsh +.. _FD.io test executor vpp performance job 3n-dnv: https://jenkins.fd.io/view/csit/job/csit-vpp-perf-verify-{srelease}-3n-dnv +.. _FD.io test executor vpp performance job 2n-dnv: https://jenkins.fd.io/view/csit/job/csit-vpp-perf-verify-{srelease}-2n-dnv .. _FD.io test executor ligato performance jobs: https://jenkins.fd.io/job/csit-ligato-perf-{srelease}-all .. _FD.io test executor vpp functional jobs using Ubuntu: https://jenkins.fd.io/view/csit/job/csit-vpp-functional-{srelease}-ubuntu1604-virl .. _FD.io test executor vpp functional jobs using CentOs: https://jenkins.fd.io/view/csit/job/csit-vpp-functional-{srelease}-centos7-virl diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 2a8ecfe100..8c927f56f2 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} \ - --week "36" \ + --week "37" \ --logging INFO \ --force