Skip to content

enable gc for container registry in gprd

Henri Philipps requested to merge hp-gc_registry_gprd into master

What does this MR do?

This is enabling garbage collection workers to check the registry DB for gc tasks. As we didn't enable any metadata migrations via feature flag, no garbage collection will be happening yet. So the only thing we will see is occasional DB lookups by the GC background workers. This is tested and enabled in gstg since a long time and was enabled in gprd-cny with !1325 (merged).

gitlab-com/gl-infra/production#5803 (closed)

Author Check-list

Please read the Contributing document and once you do, complete the following:

  • Assign to the correct reviewer per the contributing document
  • Apply the correct metadata per the contributing document
  • Link to related MRs for applying the changes on other environments
  • Link to related Chef changes
  • If necessary link to a Criticality 4 Change Request issue

Reviewer Check-list

  • Reviewed the diff jobs to confirm changes are as expected
  • No changes shown in the diffs not associated with this MR - This may require a rebase or further investigation

Applier Check-list

  • Make sure there is no ongoing deployment for the affected envs before merging (see #announcements slack channel)
Edited by John Skarbek

Merge request reports