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>2021-07-07 15:08:23 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-07 15:08:23 +0300
commit9ceb2dbab3296721c576572e96691a19e2506069 (patch)
treeae61a300453575395d9671ead367188bda831a09 /lib/gitlab/ci/status
parent6b8af95df6c5702343c32ae266b0eb35e06d0546 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/ci/status')
-rw-r--r--lib/gitlab/ci/status/build/failed.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/ci/status/build/failed.rb b/lib/gitlab/ci/status/build/failed.rb
index 66f51f63585..dbbb9a01dab 100644
--- a/lib/gitlab/ci/status/build/failed.rb
+++ b/lib/gitlab/ci/status/build/failed.rb
@@ -31,7 +31,8 @@ module Gitlab
project_deleted: 'pipeline project was deleted',
user_blocked: 'pipeline user was blocked',
ci_quota_exceeded: 'no more CI minutes available',
- no_matching_runner: 'no matching runner available'
+ no_matching_runner: 'no matching runner available',
+ trace_size_exceeded: 'log size limit exceeded'
}.freeze
private_constant :REASONS