radv/ci: fix inheritance/override order
Fixes a bug that becomes visible in an upcoming commit. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34795>
This commit is contained in:
committed by
Marge Bot
parent
62291b6e14
commit
432b7d3276
@@ -303,9 +303,9 @@
|
||||
|
||||
.b2c-test-radv-vk:
|
||||
extends:
|
||||
- .b2c-x86_64-test-vk
|
||||
- .radv-valve-rules
|
||||
- .test-radv
|
||||
- .b2c-x86_64-test-vk
|
||||
variables:
|
||||
B2C_KERNEL_URL: https://fs.mupuf.org/linux-6.6-b2c-radv-ci # 6.6
|
||||
|
||||
|
||||
@@ -250,10 +250,10 @@
|
||||
.radv-zink-test-valve:
|
||||
timeout: 30m
|
||||
extends:
|
||||
- .b2c-x86_64-test-gl
|
||||
- .zink-test
|
||||
- .test-piglit
|
||||
- .test-radv
|
||||
- .b2c-x86_64-test-gl
|
||||
variables:
|
||||
DEQP_SUITE: zink-radv
|
||||
HWCI_TEST_SCRIPT: ./install/deqp-runner.sh
|
||||
|
||||
Reference in New Issue
Block a user