Skip to content

Allow Gitaly to be built from a custom URL

Nick Thomas requested to merge (removed):custom-gitaly-url into master

What does this MR do?

When running the test suite, this respects a new environment variable: GITALY_REPO_URL. If set, then we'll try to run the tests with a Gitaly cloned from that URL, rather than using the canonical https://gitlab.com/gitlab-org/gitaly.

The idea behind this is that people running a fork of gitlab-ce can point at their fork of gitaly using CI variables. By including an access token in the URL, this allows the gitlab-ce jobs to clone from a private Gitaly repository. Super-useful.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports

Loading