mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 18:10:17 +01:00
zink: add VVL for RADV jobs
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27705>
This commit is contained in:
parent
01608a4067
commit
5fd0b634d4
2 changed files with 13 additions and 0 deletions
|
|
@ -213,6 +213,7 @@ zink-radv-vangogh-valve:
|
|||
B2C_TIMEOUT_BOOT_MINUTES: 30
|
||||
B2C_TIMEOUT_OVERALL_MINUTES: 30
|
||||
FDO_CI_CONCURRENT: 6
|
||||
ZINK_DEBUG: vvl
|
||||
# Override the list of tags to drop `priority:low`
|
||||
tags:
|
||||
- farm:$RUNNER_FARM_LOCATION
|
||||
|
|
@ -228,3 +229,4 @@ zink-radv-navi31-valve:
|
|||
GPU_VERSION: zink-radv-navi31
|
||||
B2C_TIMEOUT_BOOT_MINUTES: 75
|
||||
B2C_TIMEOUT_OVERALL_MINUTES: 75
|
||||
ZINK_DEBUG: vvl
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
# Please include a comment with the log message and a testcase triggering each
|
||||
# VUID at the bottom of the file.
|
||||
#khronos_validation.message_id_filter = VUID-RuntimeSpirv-Location-06272,VUID-StandaloneSpirv-OpEntryPoint-08721,VUID-vkCmdDrawMultiEXT-dynamicPrimitiveTopologyUnrestricted-07500,VUID-vkCmdDrawMultiEXT-None-08879,VUID-vkCmdDrawMultiIndexedEXT-dynamicPrimitiveTopologyUnrestricted-07500,VUID-vkCmdDrawMultiIndexedEXT-None-08879,VUID-vkDestroyDevice-device-05137,VUID-vkQueueSubmit-pCommandBuffers-00065,VUID-VkShaderCreateInfoEXT-pCode-08737
|
||||
khronos_validation.message_id_filter = VUID-RuntimeSpirv-Location-06272,VUID-RuntimeSpirv-OpEntryPoint-08743,VUID-StandaloneSpirv-OpEntryPoint-08721,VUID-vkCmdDrawMultiEXT-dynamicRenderingUnusedAttachments-08911,VUID-vkCmdDrawMultiIndexedEXT-None-08879,VUID-vkDestroyDevice-device-05137,VUID-vkQueueSubmit-pCommandBuffers-00065,VUID-VkShaderCreateInfoEXT-pCode-08737,VUID-vkCmdDrawMultiEXT-None-08879,VUID-VkShaderCreateInfoEXT-pSetLayouts-parameter
|
||||
khronos_validation.report_flags = error
|
||||
khronos_validation.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG,VK_DBG_LAYER_ACTION_BREAK
|
||||
VK_LAYER_ENABLES=VK_VALIDATION_FEATURE_ENABLE_DEBUG_PRINTF_EXT
|
||||
khronos_validation.printf_buffer_size = 40960
|
||||
khronos_validation.printf_to_stdout = true
|
||||
khronos_validation.log_filename = stdout
|
||||
|
||||
Loading…
Add table
Reference in a new issue