mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
ci/turnip: Allow running spirv_ids_abuse in full VK runs.
We have a long enough timeout (5 minutes) during full runs to definitely run these. Also, they haven't crashed for quite some time. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18620>
This commit is contained in:
parent
3503d5fbda
commit
1bef39c50f
2 changed files with 3 additions and 3 deletions
|
|
@ -4,3 +4,6 @@
|
|||
|
||||
# Timeouts, passes otherwise
|
||||
KHR-GL33.texture_swizzle.smoke
|
||||
|
||||
# Spends its time in nir_validate, timing out in CI sometimes.
|
||||
dEQP-VK.spirv_assembly.instruction.*.spirv_ids_abuse.lots_ids.*
|
||||
|
|
|
|||
|
|
@ -37,6 +37,3 @@ spill-dEQP-VK.graphicsfuzz.cov-function-two-loops-limit-using-arguments-array-el
|
|||
spill-dEQP-VK.graphicsfuzz.cov-nested-loop-undefined-smoothstep-never-executed
|
||||
spill-dEQP-VK.graphicsfuzz.spv-stable-maze-O-dead-code
|
||||
spill-dEQP-VK.graphicsfuzz.spv-stable-maze-O-memory-accesses
|
||||
|
||||
# Crashes in RA, but slow enough to get there that CI times out sometimes
|
||||
dEQP-VK.spirv_assembly.instruction.*.spirv_ids_abuse.lots_ids.*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue