Skip to content

Disable geo_job_artifact_replication feature flag

Fabio Pitino requested to merge disable-geo-job-artifact-replication into master

What does this MR do and why?

Related to gitlab-com/gl-infra/production#6664 (closed)

In this MR we found out that geo_job_artifact_replication feature flag which is shipped to self-managed causes job traces to be missing after 2 minutes. The feature flag interferes with previous_changes and breaks the after-commit storing of trace artifacts.

This is severity1 because it breaks artifacts traces when object storage and Geo are enabled. It impacts self-managed only because on Gitlab SaaS we don't have Geo enabled.

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 Fabio Pitino

Merge request reports