summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-29 14:10:35 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-29 14:10:41 +0000
commit4279c892b46b4a9de9f0580cf011173e716ebf6c (patch)
tree39c5a2ee723725071d325ddd459921ee0571a6f2 /lib
parent37823295027da50ff5bc14df482b8cba09bf41b4 (diff)
downloadgitlab-ce-4279c892b46b4a9de9f0580cf011173e716ebf6c.tar.gz
Add latest changes from gitlab-org/security/gitlab@15-1-stable-ee
Diffstat (limited to 'lib')
-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 5dd28157b1f..1a074c1af53 100644
--- a/lib/gitlab/ci/status/build/failed.rb
+++ b/lib/gitlab/ci/status/build/failed.rb
@@ -35,7 +35,8 @@ module Gitlab
trace_size_exceeded: 'log size limit exceeded',
builds_disabled: 'project builds are disabled',
environment_creation_failure: 'environment creation failure',
- deployment_rejected: 'deployment rejected'
+ deployment_rejected: 'deployment rejected',
+ ip_restriction_failure: 'IP address restriction failure'
}.freeze
private_constant :REASONS