Skip failed builds when parsing dependency list
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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #346971 (closed)
Edited by Tetiana Chupryna