Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-29 06:10:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-29 06:10:55 +0300
commit84d4c92dd184d410b5a4aed7fcf504aeecf3ef40 (patch)
treee50ecadd712cd488155a89d36104717b47710d87
parent21b8ed2e35ee50538ddb2e48ad2b04de2eba43d6 (diff)
Add latest changes from gitlab-org/gitlab@master
-rw-r--r--doc/ci/troubleshooting.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ci/troubleshooting.md b/doc/ci/troubleshooting.md
index 730ec39a90e..87ebff74600 100644
--- a/doc/ci/troubleshooting.md
+++ b/doc/ci/troubleshooting.md
@@ -182,6 +182,14 @@ a branch pipeline instead.
It's also possible that your [`workflow: rules`](yaml/index.md#workflow) configuration
blocked the pipeline, or allowed the wrong pipeline type.
+### Pipeline with many jobs fails to start
+
+A Pipeline that has more jobs than the instance's defined [CI/CD limits](../user/admin_area/settings/continuous_integration.md#set-cicd-limits)
+fails to start.
+
+To reduce the number of jobs in your pipeline, you can split your `.gitlab-ci.yml`
+configuration using [parent-child pipelines](../ci/pipelines/pipeline_architectures.md#parent-child-pipelines).
+
### A job runs unexpectedly
A common reason a job is added to a pipeline unexpectedly is because the `changes`