X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Finput_data_parser.py;h=1e5e880340622a495e42b3f869f0cae1c9d77475;hp=c2ecab4b85954d4ccb633930ecdb161901d756bd;hb=2392844acd6b9d091d238d4cbc87b9f0be95633a;hpb=07f2130fd215d5046b3d77afdbbe30f67dc35782 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