Commit eef5dd03 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Enable CI/CD builds queue limit by default

parent 1407a94e
...@@ -171,7 +171,7 @@ module Ci ...@@ -171,7 +171,7 @@ module Ci
def max_queue_depth def max_queue_depth
@max_queue_depth ||= begin @max_queue_depth ||= begin
if Feature.enabled?(:gitlab_ci_builds_queue_limit, runner, default_enabled: false) if Feature.enabled?(:gitlab_ci_builds_queue_limit, runner, default_enabled: true)
MAX_QUEUE_DEPTH MAX_QUEUE_DEPTH
else else
::Gitlab::Database::MAX_INT_VALUE ::Gitlab::Database::MAX_INT_VALUE
......
...@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/323201 ...@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/323201
milestone: '13.10' milestone: '13.10'
type: development type: development
group: group::continuous integration group: group::continuous integration
default_enabled: false default_enabled: true
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