Skip to content

Skip some finalize jobs on critical security releases

Mayra Cabrera requested to merge skip-jobs-on-critical-security-release into master

What does this MR do and why?

Skip some finalize jobs on critical security releases

A collection of jobs is executed at the end of the security release via security pipeline. However, there are some jobs that only apply for regular security releases and not critical because they don't have tracking issue associated or because they're triggered on-demand.

This commit updates the following jobs to be skipped if they're executed in the context of a security release:

  • Finalize::CloseImplementationIssues
  • Finalize::CloseTrackingIssue
  • Finalize::NotifyNextReleaseManagers
  • Finalize::UpdateSlackBookmark

Related to gitlab-com/gl-infra/delivery#19661 (closed)

Author Check-list

  • Has documentation been updated?

Merge request reports