Skip to content

Start preparation job before merging backports

Dat Tang requested to merge dattang/start-preparation-before-merging-stage into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Content

  • Start preparation job before merging backports

In the current process, the preparation step is done before merging backports. Thus, this commit reflect it to the pipeline.

Ref: gitlab-com/gl-infra/delivery#20190 (closed)

Testing

Starting a new pipeline from this branch with SECURITY_RELEASE_PIPELINE=true . As you can see, the preparation step now happens in between early_merge and backport_merge.

Screenshot 2024-06-25 at 17.23.47.png

Edited by Dat Tang

Merge request reports