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:
Stan Hu 2019-02-18 16:01:28 +00:00
commit 22264555b1
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
---
title: Enable persisted pipeline stages by default
merge_request: 25347
author:
type: performance