aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-09-05 08:20:32 +0200
committerTibor Frank <tifrank@cisco.com>2019-09-05 06:22:12 +0000
commit7ef85b2f3c23da22924c9e29978770c53e31935d (patch)
treec28a6a6c7359891d9c776f6288642a4c433f2278
parenta7d74ea1d1cf916a72881a878980a4b6868fa9ec (diff)
Report: Configure Report 1908.37
Change-Id: I1d883dbb299ecef151c7d7a9c5612ae0330e3538 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit d7813d33fef48421377c7eb6f24cd3998d8b0594)
-rw-r--r--docs/report/introduction/report_history.rst12
-rw-r--r--resources/tools/presentation/conf.py4
-rwxr-xr-xresources/tools/presentation/run_report.sh2
3 files changed, 16 insertions, 2 deletions
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