mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 12:00:12 +01:00
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:
parent
d67436c7ec
commit
c1898908a8
15 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue