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:
authorJohn McDonnell <jmcdonnell@gitlab.com>2023-04-29 01:09:37 +0300
committerJohn McDonnell <jmcdonnell@gitlab.com>2023-04-29 01:19:31 +0300
commit200449d4f17791a558debaaadbe4cd7ad7c1607e (patch)
treea3305c22459b1f9a7d74ab082f722c4c46d2d189
parent1cea9672212f2f34493dabb7e19aa500ccb94eda (diff)
Allow failure on macOS to avoid blocking pipelinesjmd/allow-failure-on-macos
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e79241860..c1fbafde0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -338,6 +338,8 @@ test:macos:
PGDATA: /usr/local/var/postgres
PGHOST: localhost
PGUSER: gitlab
+ when: always
+ allow_failure: true
before_script:
- brew uninstall go
- brew install cmake go@${GO_VERSION}