Skip to content

Implement GCP/AWS orphan artifacts clean up task

Erick Bajao requested to merge eb-gcp-aws-orphan-artifacts-cleanup into master

What does this MR do and why?

Implement GCP/AWS orphan artifacts clean up task

This is the clean up rake task for orphan job artifact objects that were direct uploaded to the @final location.

This only supports GCP and AWS for now.

Resolves #423074 (closed)

This is based off the POC: !138378 (closed), in this MR, we actually add the specs.

Unfortunately, we can only test the AWS provider in specs because fog-google doesn't have fog mocking support.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

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

Merge request reports