X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_CPTA.py;fp=resources%2Ftools%2Fpresentation%2Fgenerator_CPTA.py;h=7d5af3fe2d61215981ef0009602f4f0637ab181e;hp=f230a64c2f5e0c82713dd8c705465b0f839404ef;hb=c7cd008e11e76e22b8cebf5397b2b149251cbb4c;hpb=22cd7ebc075483d2977393429260df818072fa52 diff --git a/resources/tools/presentation/generator_CPTA.py b/resources/tools/presentation/generator_CPTA.py index f230a64c2f..7d5af3fe2d 100644 --- a/resources/tools/presentation/generator_CPTA.py +++ b/resources/tools/presentation/generator_CPTA.py @@ -427,7 +427,8 @@ def _generate_all_charts(spec, input_data): builds_dict[job] = list() for build in spec.input["builds"][job]: status = build["status"] - if status != "failed" and status != "not found": + if status != "failed" and status != "not found" and \ + status != "removed": builds_dict[job].append(str(build["build"])) # Create "build ID": "date" dict: