aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/sphinx_conf/report
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-09-29 13:07:03 +0200
committerTibor Frank <tifrank@cisco.com>2021-09-29 14:25:42 +0000
commit843b0734b3bd692075186bfbce30c6fca5d8489b (patch)
tree5a8e63a4c050ddc3413514083866d279c4465354 /resources/tools/presentation/sphinx_conf/report
parent49599d97570ef0928a730af5d8c53b027ceb8f73 (diff)
Report: configure rls2110
Change-Id: I0020d2f11bd027ef80bf77f2e30f9ea19a424aa1 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 33eac7ac4d82c96dfac79bfe1bc6f7e06f3e3c47)
Diffstat (limited to 'resources/tools/presentation/sphinx_conf/report')
-rw-r--r--resources/tools/presentation/sphinx_conf/report/conf.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/resources/tools/presentation/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py
index 337b698da7..f330fbc8ab 100644
--- a/resources/tools/presentation/sphinx_conf/report/conf.py
+++ b/resources/tools/presentation/sphinx_conf/report/conf.py
@@ -46,8 +46,8 @@ source_suffix = [u'.rst', u'.md']
master_doc = u'index'
# General information about the project.
-report_week = u'33'
-project = u'FD.io CSIT-2106.{week}'.format(week=report_week)
+report_week = u'40'
+project = u'FD.io CSIT-2110.{week}'.format(week=report_week)
copyright = u'2021, FD.io'
author = u'FD.io CSIT'
@@ -125,17 +125,17 @@ rst_epilog = u"""
.. _FD.io VPP compile job: https://jenkins.fd.io/view/vpp/job/vpp-merge-{srelease}-ubuntu2004-x86_64/
.. _CSIT Testbed Setup: https://git.fd.io/csit/tree/fdio.infra.ansible?h={release}
.. _VPP startup.conf: https://git.fd.io/vpp/tree/src/vpp/conf/startup.conf?h=stable/{srelease}&id={vpp_release_commit_id}
-""".format(release=u'rls2106',
+""".format(release=u'rls2110',
report_week=report_week,
- prev_release=u'rls2101',
- srelease=u'2106',
- csitrelease=u'2106',
- csit_prev_release=u'2101',
- vpprelease=u'21.06',
- vpp_prev_release=u'21.01',
- dpdkrelease=u'21.02',
- dpdk_prev_release=u'20.11',
- sdpdkrelease=u'2102',
+ prev_release=u'rls2106',
+ srelease=u'2110',
+ csitrelease=u'2110',
+ csit_prev_release=u'2106',
+ vpprelease=u'21.10',
+ vpp_prev_release=u'21.06',
+ dpdkrelease=u'21.08',
+ dpdk_prev_release=u'21.02',
+ sdpdkrelease=u'2108',
trex_version=u'v2.88',
vpp_release_commit_id=u'3d2d96e5547484290c9368bac0a420afa8c4c068')