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:
Vignesh Raman 2025-07-08 10:48:49 +05:30 committed by Marge Bot
parent d67436c7ec
commit c1898908a8
15 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -91,7 +91,7 @@ yaml-toml-shell-py-test:
- .shellcheckrc
- bin/toml_lint.py
- src/**/ci/*.toml
- .gitlab-ci/tests/**/*
- .gitlab-ci/lava/tests/**/*
- bin/ci/**/*
when: on_success
# direct pushes that bypassed the CI