Skip to content

MarkOldAdvancedSearchMigrationsAsObsolete keep: remove traits from specs

Madelein van Niekerk requested to merge elastic-keep/remove-traits into master

What does this MR do and why?

#458961 (closed)

Elastic migrations that are marked as obsolete don't need any Elasticsearch traits for the tests to run but we have 12 specs with traits which is unnecessary setup and time added to every pipeline.

This MR removes traits from existing obsolete migration specs and updates the keep to remove traits for when migrations are marked as obsolete using the keep.

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.

How to set up and validate locally

You can run the keep locally: bundle exec gitlab-housekeeper -d -k Keeps::MarkOldAdvancedSearchMigrationsAsObsolete

Edited by Terri Chu

Merge request reports