Commit 3b2396dd authored by Stan Hu's avatar Stan Hu

Enable ci_job_trace_force_encode feature flag by default

In the oft chance that canceled builds need to append to object storage
for the CI job trace, this feature flag ensures the data can be appended
properly with the right encoding and that jobs will actually end
properly.

We saw this fixed an issue on GitLab.com immediately after it was
enabled.

Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/333452

Changelog: changed
parent 22f0a2c7
......@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/333452
milestone: '14.1'
type: development
group: group::verify
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