Skip to content
Snippets Groups Projects
Commit e88dac36 authored by Stan Hu's avatar Stan Hu
Browse files

Disable parallel matrix feature flag

https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33705 introduced a
production incident
(https://gitlab.com/gitlab-com/gl-infra/production/-/issues/2442). Disable
this feature flag by default until we validate this feature is stable.
parent 03b4f77a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -67,7 +67,7 @@ module Gitlab
end
 
def self.parallel_matrix_enabled?
::Feature.enabled?(:ci_parallel_matrix_enabled, default_enabled: true)
::Feature.enabled?(:ci_parallel_matrix_enabled)
end
 
def self.bulk_insert_on_create?(project)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment