Skip to content

WIP Fix gitaly-ruby bundle poisoning in CI

Jacob Vosmaer requested to merge jv-gitaly-0.98.0 into master

What does this MR do?

Fixes the way we launch gitaly in CI, to prevent gitaly-ruby from running with gitlab-ce's Gemfile.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

The bundle environment of gitaly-ruby was being poisoned by the bundle environment of gitlab-ce. Sometimes, gitaly-ruby would still boot and function in spite of this poisoning. Sometimes it would fail to boot and this would then make lots of tests fail with mysterious "Deadline exceeded" errors.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes gitaly#1184 (closed)

Edited by Jacob Vosmaer

Merge request reports