X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Finput_data_parser.py;h=325e28cf6069ccc80369e6a4e515a341f697db29;hp=338fd79231f025366bb2b41b57359871442fb76f;hb=c564c79f4aa329ef1df8ef732e7971ab968acfbc;hpb=3ac75d07fb2a5f5adda7872ad0905fcca5b3e559 diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index 338fd79231..325e28cf60 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -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 )