Skip to content

Add rake task to clean orphan artifact files

Toon Claes requested to merge tc-rake-orphan-artifacts into master

What does this MR do?

This adds the rake task rake gitlab:cleanup:orphan_job_artifact_files. This rake task cleans all orphan job artifact files it can find on disk.

It performs a search on the complete folder of all artifacts on disk. Then it filters out all the job artifact ID for which it could not find a record with matching ID in the database. For these, the file is deleted from disk.

EE only: While doing this, it will also delete the Geo registries related to those artifacts.

Related issue: https://gitlab.com/gitlab-org/gitlab-ee/issues/8796

EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14140

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Toon Claes

Merge request reports