Commit 50353228 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'sh-enable-ci-trace-new-fog-store-default' into 'master'

Enable ci_trace_new_fog_store feature flag by default

See merge request gitlab-org/gitlab!46577
parents 4fac1da4 7179e4ad
......@@ -80,7 +80,7 @@ module Ci
end
def fog_store_class
if Feature.enabled?(:ci_trace_new_fog_store)
if Feature.enabled?(:ci_trace_new_fog_store, default_enabled: true)
Ci::BuildTraceChunks::Fog
else
Ci::BuildTraceChunks::LegacyFog
......
......@@ -4,4 +4,4 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46209
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/273405
type: development
group: group::testing
default_enabled: false
default_enabled: true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment