提交 22264555 编写于 作者: S 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
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册