Report: Add RC2 data
[csit.git] / resources / tools / presentation / input_data_parser.py
index 338fd79..325e28c 100644 (file)
@@ -1533,9 +1533,10 @@ 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"-3n-icx", u"-2n-aws", u"-3n-aws"):
+            for item in (u"-2n-icx", u"-2n-aws", u"-3n-aws"):
                 if item in job:
                     process_oper = True
+                    break
         checker = ExecutionChecker(
             metadata, self._cfg.mapping, self._cfg.ignore, process_oper
         )