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

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