aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/input_data_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/presentation/input_data_parser.py')
-rw-r--r--resources/tools/presentation/input_data_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py
index c2ecab4b85..1e5e880340 100644
--- a/resources/tools/presentation/input_data_parser.py
+++ b/resources/tools/presentation/input_data_parser.py
@@ -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-aws", u"-3n-aws"):
+ for item in (u"-2n-icx", ):
if item in job:
process_oper = True
break