Unverified Commit a7631b7a authored by Dmitry Tokarev's avatar Dmitry Tokarev Committed by GitHub
Browse files

ci: Increase post-merge GPU tests timeout to 120m (#8186)


Signed-off-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
parent 07c7cc87
......@@ -36,8 +36,8 @@ jobs:
cpu_only_test_markers: '(pre_merge or post_merge) and vllm and gpu_0'
single_gpu_test_markers: '(pre_merge or post_merge) and vllm and gpu_1'
multi_gpu_test_markers: '(pre_merge or post_merge) and vllm and (gpu_2 or gpu_4)'
cpu_only_test_timeout_minutes: 60
single_gpu_test_timeout_minutes: 60
cpu_only_test_timeout_minutes: 10
single_gpu_test_timeout_minutes: 120
multi_gpu_test_timeout_minutes: 60
secrets: inherit
......@@ -61,8 +61,8 @@ jobs:
cpu_only_test_markers: '(pre_merge or post_merge) and sglang and gpu_0'
single_gpu_test_markers: '(pre_merge or post_merge) and sglang and gpu_1'
multi_gpu_test_markers: '(pre_merge or post_merge) and sglang and (gpu_2 or gpu_4)'
cpu_only_test_timeout_minutes: 60
single_gpu_test_timeout_minutes: 60
cpu_only_test_timeout_minutes: 10
single_gpu_test_timeout_minutes: 120
multi_gpu_test_timeout_minutes: 60
secrets: inherit
......@@ -86,8 +86,8 @@ jobs:
cpu_only_test_markers: '(pre_merge or post_merge) and trtllm and gpu_0'
single_gpu_test_markers: '(pre_merge or post_merge) and trtllm and gpu_1'
multi_gpu_test_markers: '(pre_merge or post_merge) and trtllm and (gpu_2 or gpu_4)'
cpu_only_test_timeout_minutes: 60
single_gpu_test_timeout_minutes: 60
cpu_only_test_timeout_minutes: 10
single_gpu_test_timeout_minutes: 120
multi_gpu_test_timeout_minutes: 60
secrets: inherit
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment