ci/lava: Move lava_job_submitter tests to lava folder
The `.gitlab-ci/tests/` directory contains LAVA-specific tests, not general test code. To avoid confusion with `.gitlab-ci/test/`, move it to `.gitlab-ci/lava/`. Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35961>
This commit is contained in:
@@ -41,7 +41,7 @@ if [ "${USE_VENV:-}" == true ]; then
|
||||
${PYTHON_BIN} -m pip install --break-system-packages -r "${CI_PROJECT_DIR}/bin/ci/test/requirements.txt"
|
||||
fi
|
||||
|
||||
LIB_TEST_DIR=${CI_PROJECT_DIR}/.gitlab-ci/tests
|
||||
LIB_TEST_DIR=${CI_PROJECT_DIR}/.gitlab-ci/lava/tests
|
||||
SCRIPT_TEST_DIR=${CI_PROJECT_DIR}/bin/ci
|
||||
|
||||
uncollapsed_section_start pytest "Running pytest"
|
||||
|
||||
Reference in New Issue
Block a user