Skip to content

workhorse: Move test repo to a directory not gitignored

Patrick Bajao requested to merge 372390-fix-failing-workhorse-test-foss into master

What does this MR do and why?

Before this change, the test repo symlink is under a directory that's in workhorse/.gitignore. As a result, when gitlab-foss pulls changes from gitlab project, it doesn't include the symlink. This causes workhorse tests in gitlab-foss project to fail.

To fix it, the test repo is moved to a directory that is not in .gitignore.

This also fixes the issue when make clean is called and it deletes the symlink.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #372390 (closed)

Edited by Patrick Bajao

Merge request reports