From 53d9312a5b44f3071830b4559bba746d621819f3 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Fri, 22 Sep 2023 12:00:53 +0200 Subject: [PATCH] radv/ci: skip dEQP-VK.robustness.* on Vangogh due to weird GPU hangs For very weird reasons, this subset hangs on VanGogh only. It took a while to figure out that and I can't reproduce on my Steam Deck. Skip the whole subset for now until the issue is figured out to avoid blocking the CTS update. Signed-off-by: Samuel Pitoiset Part-of: --- src/amd/ci/radv-vangogh-aco-skips.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/amd/ci/radv-vangogh-aco-skips.txt b/src/amd/ci/radv-vangogh-aco-skips.txt index 2f1194a..00e42cd 100644 --- a/src/amd/ci/radv-vangogh-aco-skips.txt +++ b/src/amd/ci/radv-vangogh-aco-skips.txt @@ -26,3 +26,7 @@ dEQP-VK.binding_model.*miss.* dEQP-VK.binding_model.*call.* dEQP-VK.pipeline.*raytracing.* dEQP-VK.pipeline.*rt.* + +# This subset hangs with CTS 1.3.6.3, skip it for now until the issue is +# figured out. +dEQP-VK.robustness.* -- 2.7.4