Skip to content

E2E: sort pipelines arrays and compare using eq in gitlab import spec

Andrejs Cunskis requested to merge andrey-sort-pipeline-arrays into master

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.

Merge request reports