mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
ci/test: Move and rename .lava-fluster to .test-fluster
It has nothing to do with LAVA, it just happens that the first fluster job was running on LAVA. Also drop the redundant :x86_64 definition. 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
7f0de1a512
commit
c90e1ba5cc
3 changed files with 6 additions and 11 deletions
|
|
@ -195,13 +195,3 @@ variables:
|
|||
extends:
|
||||
- .lava-arm64-test-gl
|
||||
- .lava-piglit-traces
|
||||
|
||||
.lava-fluster:
|
||||
variables:
|
||||
FLUSTER_RESULTS: "${GPU_VERSION}-${FLUSTER_CODEC}"
|
||||
HWCI_TEST_SCRIPT: "/install/fluster/fluster-runner.sh"
|
||||
|
||||
.lava-fluster:x86_64:
|
||||
extends:
|
||||
- .lava-fluster
|
||||
|
||||
|
|
|
|||
|
|
@ -183,6 +183,11 @@ yaml-toml-shell-py-test:
|
|||
variables:
|
||||
ANGLE_TAG: ${CONDITIONAL_BUILD_ANGLE_TAG}
|
||||
|
||||
.test-fluster:
|
||||
variables:
|
||||
FLUSTER_RESULTS: "${GPU_VERSION}-${FLUSTER_CODEC}"
|
||||
HWCI_TEST_SCRIPT: "/install/fluster/fluster-runner.sh"
|
||||
|
||||
.test-piglit:
|
||||
variables:
|
||||
PIGLIT_TAG: ${CONDITIONAL_BUILD_PIGLIT_TAG}
|
||||
|
|
|
|||
|
|
@ -466,7 +466,7 @@
|
|||
############### Fluster tests ###############
|
||||
.radeonsi-raven-vaapi-fluster:
|
||||
extends:
|
||||
- .lava-fluster:x86_64
|
||||
- .test-fluster
|
||||
rules:
|
||||
- !reference [.radeonsi-vaapi-rules, rules]
|
||||
- changes:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue