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
This commit is contained in:
commit
22264555b1
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Enable persisted pipeline stages by default
|
||||
merge_request: 25347
|
||||
author:
|
||||
type: performance
|
Loading…
Reference in a new issue