Skip to content

Run e2e:test-on-gdk for Gitaly upgrade MRs

What does this MR do and why?

This change is needed when we restore !152610 (merged)

e2e:test-on-gdk needs both build-gdk-image and e2e-test-pipeline-generate jobs. If we want to run e2e:test-on-gdk for Gitaly upgrade MRs, we also need to ensure .build-images:rules:build-gdk-image and .qa:rules:determine-e2e-tests rules are updated.

I also discovered another flaw with the existing rules - e2e-test-pipeline-generate does not run when an MR is labeled with pipeline:expedite , so we must add this condition to e2e:test-on-gdk's rule as well.

Re: gitlab-development-kit#2101 (comment 1896983637)

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