First iteration in refactoring Gitaly Setup in test
What does this MR do and why?
I've been working on !76558 (merged), but that MR is growing too big. This MR extracts the commits from that MR that do not change anything functionally, but will make it possible to build the refactoring on top of that.
How to set up and validate locally
Run any tests locally. To be sure Gitaly is set up correctly, run rm -rf tmp/tests/gitaly
to force reinstallation.
To be sure, repeat that with the environment variable FORCE_GITALY_INSTALL
set.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.