Skip to content

Resolve "[Feature flag] Enable geo_job_artifact_replication"

What does this MR do and why?

Enables geo_job_artifact_replication feature flag by default. This switches job artifact replication to use SSF

How to set up and validate locally

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

  1. Setup instance using this branch
  2. In a rails console, ensure Feature.enabled?(:geo_job_artifact_replication) returns true
  3. Ensure new job artifacts are replicated

MR acceptance checklist

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

Related to #353995 (closed)

Edited by Ian Baum

Merge request reports