amd/ci: split .ci-tron-test-amdgpu from .ci-tron-test-radv

To be reused by the other ci-tron amdgpu jobs.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34898>
This commit is contained in:
Eric Engestrom
2025-05-03 13:56:33 +02:00
committed by Marge Bot
parent f8042fa926
commit 1d902e3372
3 changed files with 7 additions and 1 deletions

View File

@@ -286,7 +286,12 @@
VK_DRIVER: radeon
############### CI-tron
.ci-tron-test-amdgpu:
variables:
CI_TRON_PATTERN__JOB_WARN__REGEX: '\*ERROR\* ring .* timeout'
.ci-tron-test-radv:
extends: .ci-tron-test-amdgpu
variables:
VK_DRIVER: radeon
DRIVER_NAME: radv
@@ -299,7 +304,6 @@
MESA_VK_IGNORE_CONFORMANCE_WARNING: 1
# Enable ETC2 emulation on non-native platforms (RENOIR,RDNA+, GFX6-8 dGPUs)
vk_require_etc2: 'true'
CI_TRON_PATTERN__JOB_WARN__REGEX: '\*ERROR\* ring .* timeout'
CI_TRON__B2C_SWAP_SIZE: '16g'
.ci-tron-test-radv-vk:

View File

@@ -280,6 +280,7 @@ radv-vangogh-vkcts:
radeonsi-vangogh-glcts-full:
extends:
- .ci-tron-x86_64-test-gl
- .ci-tron-test-amdgpu
- .test-piglit
- .vangogh-test-valve
- .radeonsi-valve-manual-rules

View File

@@ -250,6 +250,7 @@
.radv-zink-test-valve:
timeout: 30m
extends:
- .ci-tron-test-amdgpu
- .ci-tron-x86_64-test-gl
- .zink-test
- .test-piglit