diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 21cbdf47b8f..9c4cb17fef8 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -248,9 +248,9 @@ clang-format: B2C_LOG_LEVEL: 6 B2C_POWEROFF_DELAY: 15 B2C_SESSION_END_REGEX: '^.*It''s now safe to turn off your computer\r$' - 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_SESSION_REBOOT_REGEX: '' B2C_TIMEOUT_BOOT_MINUTES: 45 - B2C_TIMEOUT_BOOT_RETRIES: 1 + B2C_TIMEOUT_BOOT_RETRIES: 0 B2C_TIMEOUT_FIRST_MINUTES: 5 B2C_TIMEOUT_FIRST_RETRIES: 3 B2C_TIMEOUT_MINUTES: 4 diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 5fc3a175004..10ecd24cd70 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -355,6 +355,10 @@ 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