Report: Add RC2 data
[csit.git] / resources / tools / presentation / input_data_parser.py
index 364d188..325e28c 100644 (file)
@@ -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"-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