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>2023-03-28 15:08:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-28 15:08:19 +0300
commit3fa33c82f9c49f4b53ddcf017fe77f1bff48a460 (patch)
tree6b0fb548b09370de722e06f47548c80380ff452d /.gitlab
parentdba63244c19187d32f1f998403555f1893f5abdb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/global.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab/ci/global.gitlab-ci.yml b/.gitlab/ci/global.gitlab-ci.yml
index 14fa0fc3671..24dfec40f6b 100644
--- a/.gitlab/ci/global.gitlab-ci.yml
+++ b/.gitlab/ci/global.gitlab-ci.yml
@@ -2,11 +2,13 @@
retry:
max: 2 # This is confusing but this means "3 runs at max".
when:
- - unknown_failure
- api_failure
- - runner_system_failure
+ - data_integrity_failure
- job_execution_timeout
+ - runner_system_failure
+ - scheduler_failure
- stuck_or_timeout_failure
+ - unknown_failure
.default-utils-before_script:
before_script: