Skip to content

Improvements for Keeps::MarkOldAdvancedSearchMigrationsAsObsolete

What does this MR do and why?

This MR makes modifications to the Housekeeper Keeps::MarkOldAdvancedSearchMigrationsAsObsolete

  1. Do not trigger CI pipelines for to avoid hitting rate limiting when generating large amounts of MRs
  2. Handle not found spec files. One migration was missing a spec file and failed on dry-run
  3. Add a link to description to search for references in gitlab-org/gitlab project

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

N/A

How to set up and validate locally

run the keep with dry-run

bundle exec gitlab-housekeeper --target-branch=master -k Keeps::MarkOldAdvancedSearchMigrationsAsObsolete -m 10 --dry-run
Edited by Terri Chu

Merge request reports