"vscode:/vscode.git/clone" did not exist on "b9cbee0bb96e8f560d07f9b4f04241aeccea6cd9"
Unverified Commit 06e19690 authored by Dillon Cullinan's avatar Dillon Cullinan Committed by GitHub
Browse files

ci: OPS-3802: Increase trtllm timeout, skip unsupported tests (#7104)


Signed-off-by: default avatarDillon Cullinan <dcullinan@nvidia.com>
Signed-off-by: default avatarHarrison King Saturley-Hall <hsaturleyhal@nvidia.com>
Co-authored-by: default avatarHarrison Saturley-Hall <hsaturleyhal@nvidia.com>
parent 864de4be
...@@ -150,9 +150,9 @@ jobs: ...@@ -150,9 +150,9 @@ jobs:
builder_name: b-${{ github.run_id }}-${{ github.run_attempt }} builder_name: b-${{ github.run_id }}-${{ github.run_attempt }}
build_timeout_minutes: 120 build_timeout_minutes: 120
cpu_only_test_markers: '(pre_merge or post_merge) and trtllm and gpu_0' cpu_only_test_markers: '(pre_merge or post_merge) and trtllm and gpu_0'
cpu_only_test_timeout_minutes: 60 cpu_only_test_timeout_minutes: 10
single_gpu_test_markers: '(pre_merge or post_merge) and trtllm and gpu_1' single_gpu_test_markers: '(pre_merge or post_merge) and trtllm and gpu_1'
single_gpu_test_timeout_minutes: 60 single_gpu_test_timeout_minutes: 90
multi_gpu_test_markers: '(pre_merge or post_merge) and trtllm and (gpu_2 or gpu_4)' multi_gpu_test_markers: '(pre_merge or post_merge) and trtllm and (gpu_2 or gpu_4)'
multi_gpu_test_timeout_minutes: 60 multi_gpu_test_timeout_minutes: 60
secrets: inherit secrets: inherit
......
...@@ -237,7 +237,9 @@ def test_request_migration_trtllm_aggregated( ...@@ -237,7 +237,9 @@ def test_request_migration_trtllm_aggregated(
) )
@pytest.mark.xfail(strict=False, reason="Prefill migration not yet supported") @pytest.mark.skip(
reason="Prefill migration not yet supported, XFail eats up CI time due to timeout"
)
@pytest.mark.timeout(350) # 3x average @pytest.mark.timeout(350) # 3x average
@pytest.mark.nightly @pytest.mark.nightly
def test_request_migration_trtllm_prefill( def test_request_migration_trtllm_prefill(
......
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