From 76ef5f82ab723629a4cfcbebccb62f177d1d31ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Thu, 7 Sep 2023 13:53:39 +0300 Subject: [PATCH] radv/ci: drop the auto-reboot-on-hang for vkcts-navi10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Anecdotal evidence seems to suggest this is not happening anymore, so let's try dropping it and see how it fares! Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/amd/ci/gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 61f909aabe1..961fd8bcfe6 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -495,10 +495,6 @@ vkcts-navi10-valve: # Use Linux 5.17 to work around hitting __vm_enough_memory then hanging on Linux 6.1 # See https://gitlab.freedesktop.org/mesa/mesa/-/issues/7888 for details B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/mupuf/valve-infra/-/package_files/144/download' # 5.17.1 - # NAVI10 hangs quite often while running vkcts. This is being investigated, - # but in the mean time, retry up to 2 times. - B2C_SESSION_REBOOT_REGEX: '(GPU hang detected!|\*ERROR\* ring [^\s]+ timeout(?!, but soft recovered)|The CS has been cancelled because the context is lost)' - B2C_TIMEOUT_BOOT_RETRIES: 2 vkcts-navi21-valve: parallel: 3