Skip to content

Add CI stage security_release:process

Steve Abrams requested to merge delivery19573-processor-pipeline into master

📞 What does this MR do and why?

Adds a new CI stage: security_release:process and a single job that runs the security:process_security_target_issues rake task which will link/unlink security-target issues from the current security release tracking issue.

This job will be used in a pipeline schedule to be executed regularly leading up to a security release.

This has not been added to the full security release pipeline at this time since it will be run on a schedule.

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

🔧 Testing

I pushed this branch to the ops instance and ran a pipeline with SECURITY_RELEASE_PIPELINE: true. There were no security-target issues, but we can see that the rake task executed as expected:

Screenshot_2023-09-26_at_8.36.58_AM

Author Check-list

  • [-] Has documentation been updated?
Edited by Steve Abrams

Merge request reports