Skip to content

Remove gitlab:cleanup:moved rake task

James Fargher requested to merge remove_cleanup_rake into master

What does this MR do and why?

#375254 (closed)

This rake task was supposed to have been removed 4 years ago in Remove rake task gitlab:cleanup:repos (#24633 - closed) but somehow got missed.

This rake task tries to access gitaly controlled filesystems directly. This does not work with gitaly cluster or remote gitalys. So should not be supported.

While there is a spec called spec/gitlab/cleanup_rake_spec.rb it is not the test for this rake task.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by James Fargher

Merge request reports