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-09-08 09:10:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-08 09:10:46 +0300
commit1758f49bb51884245d53fc6675f180cb522a4623 (patch)
tree106fa0dffb0e1a39dee148d1c0b2016392a8654c /lib/gitlab/ci/status
parent10646673020797d5194d39188b135a3a6f19b860 (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, 1 insertions, 2 deletions
diff --git a/lib/gitlab/ci/status/build/failed.rb b/lib/gitlab/ci/status/build/failed.rb
index b9525ce97a8..dbbb9a01dab 100644
--- a/lib/gitlab/ci/status/build/failed.rb
+++ b/lib/gitlab/ci/status/build/failed.rb
@@ -32,8 +32,7 @@ module Gitlab
user_blocked: 'pipeline user was blocked',
ci_quota_exceeded: 'no more CI minutes available',
no_matching_runner: 'no matching runner available',
- trace_size_exceeded: 'log size limit exceeded',
- environment_creation_failure: 'environment creation failure'
+ trace_size_exceeded: 'log size limit exceeded'
}.freeze
private_constant :REASONS