Module: Mesa Branch: main Commit: f5cf90fbea186497e178ff9d5eb6f2e98822faec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5cf90fbea186497e178ff9d5eb6f2e98822faec
Author: Martin Roukala (né Peres) <[email protected]> Date: Fri Oct 13 14:26:37 2023 +0300 radv/ci: tighten the vkcts-navi21 timeouts The jobs should never take longer than 30 minutes, so let's enforce it! Signed-off-by: Martin Roukala (né Peres) <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25704> --- 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 efdef519637..254ba5cec50 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -200,12 +200,15 @@ vkcts-navi10-valve: GPU_VERSION: radv-navi10-aco vkcts-navi21-valve: + timeout: 35m parallel: 4 extends: - .vkcts-test-valve - .navi21-test-valve variables: GPU_VERSION: radv-navi21-aco + B2C_TIMEOUT_BOOT_MINUTES: 30 + B2C_TIMEOUT_OVERALL_MINUTES: 30 # Disabled due to its extremelly-broken nature .vkcts-navi21-llvm-valve:
