E2E: sort pipelines arrays and compare using eq in gitlab import spec
What does this MR do and why?
This is a follow up from !133845 (merged)
Instead of comparing just counts, sort both pipeline arrays and compare using eq. The main issue with slow operation was coming from using match_array
matcher.
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.