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

ci: Move TRTLLM Fault Tolerance tests from post-merge back to nightly (#8210)


Signed-off-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
parent 6a5b08f5
...@@ -196,7 +196,7 @@ class DynamoWorkerProcess(ManagedProcess): ...@@ -196,7 +196,7 @@ class DynamoWorkerProcess(ManagedProcess):
@pytest.mark.timeout(290) # 3x average @pytest.mark.timeout(290) # 3x average
@pytest.mark.post_merge @pytest.mark.nightly
def test_request_migration_trtllm_aggregated( def test_request_migration_trtllm_aggregated(
request, request,
runtime_services_dynamic_ports, runtime_services_dynamic_ports,
...@@ -405,7 +405,7 @@ def test_request_migration_trtllm_kv_transfer( ...@@ -405,7 +405,7 @@ def test_request_migration_trtllm_kv_transfer(
@pytest.mark.timeout(350) # 3x average @pytest.mark.timeout(350) # 3x average
@pytest.mark.post_merge @pytest.mark.nightly
def test_request_migration_trtllm_decode( def test_request_migration_trtllm_decode(
request, request,
runtime_services_dynamic_ports, runtime_services_dynamic_ports,
......
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