Skip to content

ci: Use 'pipeline::tier-3' label to decide when to run E2E dependency jobs

What does this MR do and why?

We had a case where an MR had pipelinetier-3 but was missing pipeline:mr-approved (it's really an edge case as MR should usually get both labels).

This MR ensures the dependency jobs for E2E test jobs are using the - !reference [".prevent-tier-2-and-below", rules] rule instead of

    - <<: *if-merge-request-not-approved
      when: never

Failure can be seen in https://gitlab.com/gitlab-org/gitlab/-/pipelines/1351132878

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.

Edited by Jennifer Li

Merge request reports