Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
eef5dd03
Commit
eef5dd03
authored
Mar 10, 2021
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable CI/CD builds queue limit by default
parent
1407a94e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/services/ci/register_job_service.rb
app/services/ci/register_job_service.rb
+1
-1
config/feature_flags/development/gitlab_ci_builds_queue_limit.yml
...eature_flags/development/gitlab_ci_builds_queue_limit.yml
+1
-1
No files found.
app/services/ci/register_job_service.rb
View file @
eef5dd03
...
...
@@ -171,7 +171,7 @@ module Ci
def
max_queue_depth
@max_queue_depth
||=
begin
if
Feature
.
enabled?
(
:gitlab_ci_builds_queue_limit
,
runner
,
default_enabled:
fals
e
)
if
Feature
.
enabled?
(
:gitlab_ci_builds_queue_limit
,
runner
,
default_enabled:
tru
e
)
MAX_QUEUE_DEPTH
else
::
Gitlab
::
Database
::
MAX_INT_VALUE
...
...
config/feature_flags/development/gitlab_ci_builds_queue_limit.yml
View file @
eef5dd03
...
...
@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/323201
milestone
:
'
13.10'
type
:
development
group
:
group::continuous integration
default_enabled
:
fals
e
default_enabled
:
tru
e
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment