From 81a79234d899b9209dfbb9fcc0a745323b787c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Sun, 17 Aug 2025 13:36:33 +0300 Subject: [PATCH] radv/ci: disable hang detection in navi31-vkcts This has caused at least 2 unrelated MRs to fail a merge, so the expectation that the GPU would not hang is clearly wrong and needs to be updated. Part-of: --- src/amd/ci/gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 940e88edac9..d0bc16fad73 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -315,6 +315,9 @@ radv-navi31-vkcts: RADV_PERFTEST: transfer_queue,video_decode,video_encode,hic CI_TRON_TIMEOUT__OVERALL__MINUTES: 20 + # Disable the hang detection until the regression gets addressed + CI_TRON_PATTERN__JOB_WARN__REGEX: '' + radv-gfx1201-vkcts: timeout: 30m