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
99f7f762
Commit
99f7f762
authored
Apr 13, 2022
by
Cheryl Li
Committed by
Marcel Amirault
Apr 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define limits for build_timeout
parent
e1bf3053
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
doc/administration/instance_limits.md
doc/administration/instance_limits.md
+14
-0
No files found.
doc/administration/instance_limits.md
View file @
99f7f762
...
...
@@ -383,6 +383,20 @@ Plan.default.actual_limits.update!(ci_active_jobs: 500)
Set the limit to
`0`
to disable it.
### Maximum time jobs can run
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/16777) in GitLab 12.3.
The default maximum time that jobs can run for is 60 minutes. Jobs that run for
more than 60 minutes time out.
You can change the maximum time a job can run before it times out:
-
At the project-level in the
[
project's CI/CD settings
](
../ci/pipelines/settings.md#set-a-limit-for-how-long-jobs-can-run
)
for a given project. This limit must be between 10 minutes and 1 month.
-
At the
[
runner level
](
../ci/runners/configure_runners.md#set-maximum-job-timeout-for-a-runner
)
.
This limit must be 10 minutes or longer.
### Maximum number of deployment jobs in a pipeline
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46931) in GitLab 13.7.
...
...
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