ci/fluster: Move the fluster-runner.sh script

The fluster-runner.sh was only runner srcipt in a folder, move it out of
the fluster folder.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34787>
This commit is contained in:
Valentine Burley 2025-05-01 12:08:35 +02:00
parent 9cf5c01d0c
commit 46abb7bd2e
4 changed files with 1 additions and 3 deletions

View file

@ -36,7 +36,6 @@ echo "$(cat VERSION) (git-$git_sha)" > install/VERSION
cp -Rp .gitlab-ci/bare-metal install/
cp -Rp .gitlab-ci/common install/
cp -Rp .gitlab-ci/piglit install/
cp -Rp .gitlab-ci/fluster install/
cp -Rp .gitlab-ci/fossils.yml install/
cp -Rp .gitlab-ci/fossils install/
cp -Rp .gitlab-ci/fossilize-runner.sh install/

View file

@ -186,7 +186,7 @@ yaml-toml-shell-py-test:
.test-fluster:
variables:
FLUSTER_RESULTS: "${GPU_VERSION}-${FLUSTER_CODEC}"
HWCI_TEST_SCRIPT: "/install/fluster/fluster-runner.sh"
HWCI_TEST_SCRIPT: install/fluster-runner.sh
.test-piglit:
variables:

View file

@ -470,7 +470,6 @@
rules:
- !reference [.radeonsi-vaapi-rules, rules]
- changes:
- .gitlab-ci/fluster/*
- src/amd/ci/$GPU_VERSION-fluster-fails.txt
- src/amd/ci/$GPU_VERSION-fluster-flakes.txt
- src/amd/ci/$GPU_VERSION-fluster-skips.txt