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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Tobler <jtobler@gitlab.com>2023-04-29 01:44:26 +0300
committerJustin Tobler <jtobler@gitlab.com>2023-04-29 01:44:26 +0300
commiteb9491a0ce67976865e33ff736b61ae8480e1c84 (patch)
tree29e3d39f3934c3ff2242d995b9943c25ea8897f9 /.gitlab-ci.yml
parent1cea9672212f2f34493dabb7e19aa500ccb94eda (diff)
ci: Allow `test:macos` job to fail
Currently the `test:macos` CI job is failing and this is blocking merges. As macOS is not deployed to it should not be a blocker. This change allows the CI job to fail by setting `allow_failure: true`.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e79241860..4fa33c563 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -326,6 +326,7 @@ test:macos:
tags:
- shared-macos-amd64
needs: []
+ allow_failure: true
stage: test
cache:
- <<: *cache_deps_configuration