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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-06-15 12:24:20 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-06-15 12:24:20 +0300
commit7bb500e5593a82852a2fb7347707885ef38c265b (patch)
treefc7634176eb528785ebdc996085ecb2219c9db34
parent9f87cdc737619e33cddc3ceddc2103dc11dd2577 (diff)
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d969f49a7..3bed74c92 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -265,6 +265,13 @@ test:praefect_smoke:
- ./_build/bin/praefect -config config.praefect.toml sql-ping
- ./_build/bin/praefect -config config.praefect.toml sql-migrate
+test:macos:
+ <<: *test_definition
+ script:
+ - make -j$(nproc) test WITH_BUNDLED_GIT=YesPlease
+ tags:
+ - shared-macos-amd64
+
verify:
needs: []
stage: test