ci/b2c: rename .b2c-test-{vk,gl} to .b2c-x86_64-test-{vk,gl}
This will allow us to introduce non-x86_64 testing using CI-tron. Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28902>
This commit is contained in:

committed by
Marge Bot

parent
e2444ad6c1
commit
b084dbd44f
@@ -405,7 +405,7 @@ python-test:
|
|||||||
reports:
|
reports:
|
||||||
junit: results/**/junit.xml
|
junit: results/**/junit.xml
|
||||||
|
|
||||||
.b2c-test-vk:
|
.b2c-x86_64-test-vk:
|
||||||
extends:
|
extends:
|
||||||
- .use-debian/x86_64_test-vk
|
- .use-debian/x86_64_test-vk
|
||||||
- .b2c-test
|
- .b2c-test
|
||||||
@@ -414,7 +414,7 @@ python-test:
|
|||||||
- debian-testing
|
- debian-testing
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
- !reference [.required-for-hardware-jobs, needs]
|
||||||
|
|
||||||
.b2c-test-gl:
|
.b2c-x86_64-test-gl:
|
||||||
extends:
|
extends:
|
||||||
- .use-debian/x86_64_test-gl
|
- .use-debian/x86_64_test-gl
|
||||||
- .b2c-test
|
- .b2c-test
|
||||||
|
@@ -242,7 +242,7 @@
|
|||||||
extends:
|
extends:
|
||||||
- .radv-valve-rules
|
- .radv-valve-rules
|
||||||
- .test-radv
|
- .test-radv
|
||||||
- .b2c-test-vk
|
- .b2c-x86_64-test-vk
|
||||||
variables:
|
variables:
|
||||||
B2C_KERNEL_URL: https://fs.mupuf.org/linux-6.6-b2c-radv-ci # 6.6
|
B2C_KERNEL_URL: https://fs.mupuf.org/linux-6.6-b2c-radv-ci # 6.6
|
||||||
|
|
||||||
|
@@ -263,7 +263,7 @@ vkcts-vangogh-valve:
|
|||||||
|
|
||||||
glcts-vangogh-valve:
|
glcts-vangogh-valve:
|
||||||
extends:
|
extends:
|
||||||
- .b2c-test-gl
|
- .b2c-x86_64-test-gl
|
||||||
- .deqp-test-valve
|
- .deqp-test-valve
|
||||||
- .vangogh-test-valve
|
- .vangogh-test-valve
|
||||||
- .radeonsi-valve-manual-rules
|
- .radeonsi-valve-manual-rules
|
||||||
|
@@ -3,7 +3,7 @@ include:
|
|||||||
|
|
||||||
.ondracka-rv530:
|
.ondracka-rv530:
|
||||||
extends:
|
extends:
|
||||||
- .b2c-test-gl
|
- .b2c-x86_64-test-gl
|
||||||
- .r300-manual-rules
|
- .r300-manual-rules
|
||||||
tags:
|
tags:
|
||||||
- radeon:codename:RV530
|
- radeon:codename:RV530
|
||||||
@@ -15,7 +15,7 @@ include:
|
|||||||
|
|
||||||
.ondracka-rv380:
|
.ondracka-rv380:
|
||||||
extends:
|
extends:
|
||||||
- .b2c-test-gl
|
- .b2c-x86_64-test-gl
|
||||||
- .r300-manual-rules
|
- .r300-manual-rules
|
||||||
tags:
|
tags:
|
||||||
- radeon:codename:RV380
|
- radeon:codename:RV380
|
||||||
|
@@ -159,7 +159,7 @@
|
|||||||
extends:
|
extends:
|
||||||
- .zink-test
|
- .zink-test
|
||||||
- .test-radv
|
- .test-radv
|
||||||
- .b2c-test-gl
|
- .b2c-x86_64-test-gl
|
||||||
variables:
|
variables:
|
||||||
DEQP_SUITE: zink-radv
|
DEQP_SUITE: zink-radv
|
||||||
HWCI_TEST_SCRIPT: ./install/deqp-runner.sh
|
HWCI_TEST_SCRIPT: ./install/deqp-runner.sh
|
||||||
|
Reference in New Issue
Block a user