Skip to content

Add Gitaly integration tests to CI

Nick Thomas requested to merge (removed):add-gitaly-container-for-ci into master

This MR introduces a Gitaly service to the CI pipeline and uses it to perform integration tests that exercise the workhorse-gitaly interface.

Workhorse also has some code that is exercised by running git locally. This is never used in production, and since the new integration tests exercise the same code, we can now remove the "local git" mode of operation.

Closes #141 (closed)

Edited by Nick Thomas

Merge request reports