Commit 3d606eb2 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'sh-flip-ci-live-trace-use-fog_attributes' into 'master'

Make ci_live_trace_use_fog_attributes enabled by default

See merge request gitlab-org/gitlab!49543
parents 573163c5 ff38ff06
......@@ -14,7 +14,7 @@ module Ci
end
def set_data(model, new_data)
if Feature.enabled?(:ci_live_trace_use_fog_attributes)
if Feature.enabled?(:ci_live_trace_use_fog_attributes, default_enabled: true)
files.create(create_attributes(model, new_data))
else
# TODO: Support AWS S3 server side encryption
......
......@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/285079
milestone: '13.6'
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