Skip to content

Ensure only one deployment run at once on release-environment

What does this MR do and why?

To prevent simultaneous execution of deploy and qa jobs in a release environment, the deploy and qa jobs triggered by the first pipeline will take precedence. Meanwhile, the deploy and qa jobs of subsequent pipelines will remain Waiting until the corresponding jobs in the first pipeline are completed.

Related Issue: gitlab-com/gl-infra/delivery#20008 (comment 1896145520)

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 Mawreen Dela Cruz

Merge request reports