Skip to content

Skip failed builds when parsing dependency list

Tetiana Chupryna requested to merge 346971-skip-failed-builds into master

What does this MR do and why?

This is an enhancement for #346971 (closed) When we parse builds to get dependency list report (we need it for Security & Compliance->Dependency List page) we can get a situation when the pipeline has multiple build of the required type, but some of them are failed. Previously, that caused 500 error but it was fixed with this MR. In this MR we improve parsing by processing only successfully finished builds.

Screenshots or screen recordings

How to set up and validate locally

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #346971 (closed)

Edited by Tetiana Chupryna

Merge request reports

Loading