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:
authorWill Chandler <wchandler@gitlab.com>2023-04-29 02:46:00 +0300
committerWill Chandler <wchandler@gitlab.com>2023-04-29 02:46:00 +0300
commit0ee69b8159bb11d83c4714f76e7fe0f3f4b0c60f (patch)
tree29e3d39f3934c3ff2242d995b9943c25ea8897f9
parent1cea9672212f2f34493dabb7e19aa500ccb94eda (diff)
parenteb9491a0ce67976865e33ff736b61ae8480e1c84 (diff)
Merge branch 'jt-ci-macos-allow-failure' into 'master'
ci: Allow `test:macos` job to fail See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5710 Merged-by: Will Chandler <wchandler@gitlab.com> Approved-by: Will Chandler <wchandler@gitlab.com> Co-authored-by: Justin Tobler <jtobler@gitlab.com>
-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