Skip to content

Remove gitlab.com clone dependency from Workhorse tests

Jacob Vosmaer requested to merge jv-workhorse-clone-tests into master

Fixes #337179 (closed)

The Workhorse test suite fetches data from a real git repository in some of its tests. In CI this means we need to clone gitlab-org/gitlab-test.git. This MR changes those tests to use the embedded copy of gitlab-org/gitlab-git-test instead. That way, we cannot have CI jobs fail because of network issues.

Edited by Jacob Vosmaer

Merge request reports

Loading