mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 06:00:10 +01:00
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:
parent
9cf5c01d0c
commit
46abb7bd2e
4 changed files with 1 additions and 3 deletions
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue