Skip to content

Update gitlab-qa dependency to 13.2.1

Mark Lapierre requested to merge ml-update-gitlab-qa-version into master

What does this MR do and why?

Updates the gitlab-qa dependency to 13.2.1. The previous attempt to update the dependency was closed because it included code that requires activesupport >= 7.1, but the QA framework has activesupport pinned to 7.0.8. !142048 (merged) adds a workaround so that we can use gitlab-qa 13.2.1 with activesupport 7.0.8, so let's try this again.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports