Skip to content

Fix errors spawning Gitaly master in CI

Stan Hu requested to merge sh-fix-gitaly-test-build into master

There were a couple new issues that were caused by Gitaly absorbing gitlab-shell functionality:

  1. The Gitaly config.toml now needs the URL of the GitLab host (gitaly!2168 (merged)).

  2. .gitlab_shell_secret is now read by Gitaly at startup (gitaly!2214 (merged)).

  3. Praefect SQL failover is now enabled by default (gitaly!2218 (merged)). We can disable this for now since we don't need this for the GitLab tests.

Closes gitaly#2831 (closed)

Edited by Stan Hu

Merge request reports