Skip to content

Add rake task to check security mirror status

Steve Abrams requested to merge delivery19429-mirror-status-rake into master

🔬 What does this MR do and why?

In !2472 (merged), we moved the logic for checking mirror status from chatops to release tools.

In this MR, we:

  1. Add a new rake task mirror:status to use the moved over logic.
  2. Restore the security_release_prepare:mirror_status job and update it to call the new rake task (so it no longer uses chatops).
  3. Add a job mirror:status that can be run in it's own pipeline with the MIRROR_STATUS environment variable. This job is being set up so we can trigger it from chatops when we remove the old mirror logic in chatops.

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

🛃 Author Check-list

  • [-] Has documentation been updated?

Merge request reports