Commit 22264555 authored by Stan Hu's avatar Stan Hu

Merge branch 'feature/gb/enable-ci-persisted-stages-by-default' into 'master'

Enable persisted pipeline stages by default

Closes #57610

See merge request gitlab-org/gitlab-ce!25347
parents a5cdbad0 b8fbec30
......@@ -315,7 +315,7 @@ module Ci
def ordered_stages
return legacy_stages unless complete?
if Feature.enabled?('ci_pipeline_persisted_stages')
if Feature.enabled?('ci_pipeline_persisted_stages', default_enabled: true)
stages
else
legacy_stages
......
---
title: Enable persisted pipeline stages by default
merge_request: 25347
author:
type: performance
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