Module: Mesa
Branch: main
Commit: 1bef39c50f73bdc48598c07b629a4a98855acd1e
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1bef39c50f73bdc48598c07b629a4a98855acd1e

Author: Emma Anholt <[email protected]>
Date:   Thu Sep 15 10:39:24 2022 -0700

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>

---

 src/freedreno/ci/freedreno-a618-premerge-skips.txt | 3 +++
 src/freedreno/ci/freedreno-a618-skips.txt          | 3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/freedreno/ci/freedreno-a618-premerge-skips.txt 
b/src/freedreno/ci/freedreno-a618-premerge-skips.txt
index 028c613d5ed..8c8c1c7932c 100644
--- a/src/freedreno/ci/freedreno-a618-premerge-skips.txt
+++ b/src/freedreno/ci/freedreno-a618-premerge-skips.txt
@@ -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.*
diff --git a/src/freedreno/ci/freedreno-a618-skips.txt 
b/src/freedreno/ci/freedreno-a618-skips.txt
index ec26215303a..6ec45238a86 100644
--- a/src/freedreno/ci/freedreno-a618-skips.txt
+++ b/src/freedreno/ci/freedreno-a618-skips.txt
@@ -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.*

Reply via email to