Commit 46c8f53b authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'increase-limit-for-recursively-include' into 'master'

Increase the limit of includes in CI file to 100

See merge request gitlab-org/gitlab!17807
parents 5c556998 9b4f662e
---
title: Increase the limit of includes in CI file to 100
merge_request: 17807
author:
type: fixed
......@@ -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 50 includes is allowed.
A total of 100 includes is allowed.
Duplicate includes are considered a configuration error.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/28212) in GitLab 12.4.
......
......@@ -7,7 +7,7 @@ module Gitlab
class Mapper
include Gitlab::Utils::StrongMemoize
MAX_INCLUDES = 50
MAX_INCLUDES = 100
FILE_CLASSES = [
External::File::Remote,
......
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