ci/turnip: Allow running spirv_ids_abuse in full VK runs.
authorEmma Anholt <emma@anholt.net>
Thu, 15 Sep 2022 17:39:24 +0000 (10:39 -0700)
committerMarge Bot <emma+marge@anholt.net>
Fri, 16 Sep 2022 20:16:10 +0000 (20:16 +0000)
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>

src/freedreno/ci/freedreno-a618-premerge-skips.txt
src/freedreno/ci/freedreno-a618-skips.txt

index 028c613..8c8c1c7 100644 (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.*
index ec26215..6ec4523 100644 (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.*