Skip to content

Add step to start image verification on patch release pipeline

What does this MR do and why?

Describe in detail what your merge request does and why.

Content

  • Add step to start image verification on patch release pipeline

When patch_release_pipeline feature flag is enabled, the RMs should use the security_release:verify_images:start job in the patch release pipeline instead of checking manually.

See the MR !3219 (merged) for implementation details.

Note that the feature flag check was implemented already in !3125 (merged).

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

Author Check-list

  • Has documentation been updated?

Merge request reports