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:
Emma Anholt 2022-09-15 10:39:24 -07:00 committed by Marge Bot
parent 3503d5fbda
commit 1bef39c50f
2 changed files with 3 additions and 3 deletions

View file

@ -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.*

View file

@ -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.*