Skip to content

Add test data cleanup worker

Chloe Liu requested to merge e2e-data-cleanup-worker into master

What does this MR do and why?

Staging e2e tests create top-level namespaces with paid subscription. Those test groups cannot be remove via APIs, thus leaving test data piling up on staging. See issue #350322 (comment 857353120). We need to be able to remove those test data on staging environment.

This MR is the first iteration of https://gitlab.com/gitlab-org/quality/team-tasks/-/issues/1208, where we move part of the Quality's cleanup pipeline job into a scheduled cron job with sidekiq.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

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.

Edited by Chloe Liu

Merge request reports