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
9b4f662e
Commit
9b4f662e
authored
Sep 27, 2019
by
Marius Bobin
Committed by
Douglas Barbosa Alexandre
Sep 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase the limit of includes in CI file to 100
parent
5c556998
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
changelogs/unreleased/increase-limit-for-recursively-include.yml
...ogs/unreleased/increase-limit-for-recursively-include.yml
+5
-0
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+1
-1
lib/gitlab/ci/config/external/mapper.rb
lib/gitlab/ci/config/external/mapper.rb
+1
-1
No files found.
changelogs/unreleased/increase-limit-for-recursively-include.yml
0 → 100644
View file @
9b4f662e
---
title
:
Increase the limit of includes in CI file to
100
merge_request
:
17807
author
:
type
:
fixed
doc/ci/yaml/README.md
View file @
9b4f662e
...
...
@@ -2296,7 +2296,7 @@ or public project, or template is allowed.
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/issues/56836) in GitLab 11.9.
Nested includes allow you to compose a set of includes.
A total of
5
0 includes is allowed.
A total of
10
0 includes is allowed.
Duplicate includes are considered a configuration error.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/28212) in GitLab 12.4.
...
...
lib/gitlab/ci/config/external/mapper.rb
View file @
9b4f662e
...
...
@@ -7,7 +7,7 @@ module Gitlab
class
Mapper
include
Gitlab
::
Utils
::
StrongMemoize
MAX_INCLUDES
=
5
0
MAX_INCLUDES
=
10
0
FILE_CLASSES
=
[
External
::
File
::
Remote
,
...
...
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