mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-12 07:28:18 +02:00
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:
parent
aecdf762ce
commit
ce79b8a799
2 changed files with 9 additions and 10 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue