Report: Configure rls report 18/35418/2
authorTibor Frank <tifrank@cisco.com>
Wed, 23 Feb 2022 06:54:57 +0000 (07:54 +0100)
committerTibor Frank <tifrank@cisco.com>
Wed, 23 Feb 2022 08:00:11 +0000 (09:00 +0100)
Change-Id: I21249913fa713507519bd3ae385575c7d2bab300
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/input_data_files.py
resources/tools/presentation/input_data_parser.py
resources/tools/presentation/sphinx_conf/report/conf.py

index 5bd6af4..5b322dc 100644 (file)
@@ -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:
index 325e28c..c2ecab4 100644 (file)
@@ -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
index 5cef995..3e3b779 100644 (file)
@@ -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'