aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2022-02-23 07:54:57 +0100
committerTibor Frank <tifrank@cisco.com>2022-02-23 08:01:12 +0000
commit0855e8735ecb80ebceb1d98880bdf8974d87aad3 (patch)
tree04bfec7598f82b129568bf57112fa851b79b01b1
parent7edd898b73fa150e082a530420359b8b52b5ec69 (diff)
Report: Configure rls report
Change-Id: I21249913fa713507519bd3ae385575c7d2bab300 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 9eebc3e59028014a8fc151575b99347d2871c097)
-rw-r--r--resources/tools/presentation/input_data_files.py2
-rw-r--r--resources/tools/presentation/input_data_parser.py4
-rw-r--r--resources/tools/presentation/sphinx_conf/report/conf.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/resources/tools/presentation/input_data_files.py b/resources/tools/presentation/input_data_files.py
index 5bd6af42d6..5b322dcb60 100644
--- a/resources/tools/presentation/input_data_files.py
+++ b/resources/tools/presentation/input_data_files.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Cisco and/or its affiliates.
+# Copyright (c) 2022 Cisco and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py
index 325e28cf60..c2ecab4b85 100644
--- a/resources/tools/presentation/input_data_parser.py
+++ b/resources/tools/presentation/input_data_parser.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Cisco and/or its affiliates.
+# Copyright (c) 2022 Cisco and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
@@ -1533,7 +1533,7 @@ class InputData:
process_oper = True
elif u"-vpp-perf-report-iterative-" in job:
# Exceptions for TBs where we do not have coverage data:
- for item in (u"-2n-icx", u"-2n-aws", u"-3n-aws"):
+ for item in (u"-2n-aws", u"-3n-aws"):
if item in job:
process_oper = True
break
diff --git a/resources/tools/presentation/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py
index 5cef995c44..3e3b779167 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'08'
-project = u'FD.io CSIT-2202-RC2.{week}'.format(week=report_week)
+report_week = u'09'
+project = u'FD.io CSIT-2202.{week}'.format(week=report_week)
copyright = u'2022, FD.io'
author = u'FD.io CSIT'