aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/sphinx_conf
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2022-01-24 14:31:40 +0100
committerTibor Frank <tifrank@cisco.com>2022-01-24 14:36:42 +0100
commitac1fbfcd12d5bd4db1b04bbf27b6d47880bcd3e7 (patch)
tree301a9aa7657d748b7b98768f3f231ebbd6626004 /resources/tools/presentation/sphinx_conf
parentaa3c7536bf815160bc674ca05b1eac61fe841119 (diff)
Report: Configure Report 2202
Change-Id: I9be8b74716b09b2395fbab95eb37877867abbc22 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/sphinx_conf')
-rw-r--r--resources/tools/presentation/sphinx_conf/report/conf.py26
1 files changed, 13 insertions, 13 deletions
diff --git a/resources/tools/presentation/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py
index e64029f51d..a8efde9c1a 100644
--- a/resources/tools/presentation/sphinx_conf/report/conf.py
+++ b/resources/tools/presentation/sphinx_conf/report/conf.py
@@ -46,9 +46,9 @@ source_suffix = [u'.rst', u'.md']
master_doc = u'index'
# General information about the project.
-report_week = u'49'
-project = u'FD.io CSIT-2110.{week}'.format(week=report_week)
-copyright = u'2021, FD.io'
+report_week = u'04'
+project = u'FD.io CSIT-2202-RC1.{week}'.format(week=report_week)
+copyright = u'2022, FD.io'
author = u'FD.io CSIT'
# The version info for the project you're documenting, acts as replacement for
@@ -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'rls2110',
+""".format(release=u'rls2202',
report_week=report_week,
- 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',
+ prev_release=u'rls2110',
+ srelease=u'2202',
+ csitrelease=u'2202',
+ csit_prev_release=u'2110',
+ vpprelease=u'22.02',
+ vpp_prev_release=u'21.10',
+ dpdkrelease=u'21.11',
+ dpdk_prev_release=u'21.08',
+ sdpdkrelease=u'2111',
trex_version=u'v2.88',
vpp_release_commit_id=u'0e0384cde97a71acc0313a0904ed340730a87817')