radv/ci: move radv-kabini-vkd3d out of gitlab-ci-inc.yml

It's currently disabled, which is probably why it was accidentally moved there.

While at it, fix its name to match the rest of the jobs.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34710>
This commit is contained in:
Eric Engestrom 2025-04-21 22:11:04 +02:00 committed by Marge Bot
parent aecdf762ce
commit ce79b8a799
2 changed files with 9 additions and 10 deletions

View file

@ -467,16 +467,6 @@
variables:
DEQP_SUITE: radv-valve
############### vkd3d-proton
.vkd3d-kabini-valve:
extends:
- .b2c-test-radv-vk
- .b2c-vkd3d-proton-test
- .kabini-test-valve
- .radv-valve-manual-rules
variables:
GPU_VERSION: radv-kabini
############### Fluster tests ###############
.radeonsi-raven-vaapi-fluster:
extends:

View file

@ -468,3 +468,12 @@ radv-navi31-vkd3d:
GPU_VERSION: radv-navi31
# Random tests fail/crash when trying to run them in parallel
FDO_CI_CONCURRENT: 1
.radv-kabini-vkd3d:
extends:
- .b2c-test-radv-vk
- .b2c-vkd3d-proton-test
- .kabini-test-valve
- .radv-valve-manual-rules
variables:
GPU_VERSION: radv-kabini