Skip to content

Adjust Gitaly binary path for test configuration

Patrick Steinhardt requested to merge pks-gitaly-test-bin-path into main

What does this Merge Request do and why?

While we've already started to use Gitaly binaries from Gitaly's build directory via 74c3b450 (Merge branch 'pks-gitaly-build-dir' into 'main', 2021-04-27), the test configuration is still using the old path.

Change the test configuration to use the new binary path to fix this.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports