File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
tests/integration/test_lists Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,11 @@ disaggregated/test_workers.py::test_workers_conditional_disaggregation[TinyLlama
247247disaggregated/test_workers.py::test_workers_kv_cache_aware_router_eviction[TinyLlama-1.1B-Chat-v1.0]
248248disaggregated/test_workers.py::test_workers_kv_cache_aware_router[TinyLlama-1.1B-Chat-v1.0]
249249disaggregated/test_workers.py::test_workers_kv_cache_events[TinyLlama-1.1B-Chat-v1.0]
250+ disaggregated/test_auto_scaling.py::test_service_discovery[etcd-load_balancing]
251+ disaggregated/test_auto_scaling.py::test_service_discovery[http-load_balancing]
252+ disaggregated/test_auto_scaling.py::test_worker_restart[etcd-round_robin]
253+ disaggregated/test_auto_scaling.py::test_worker_restart[http-round_robin]
254+ disaggregated/test_auto_scaling.py::test_worker_restart[http-kv_cache_aware]
250255test_e2e.py::test_openai_chat_harmony
251256test_e2e.py::test_openai_consistent_chat
252257test_e2e.py::test_openai_multi_chat_example
Original file line number Diff line number Diff line change @@ -116,17 +116,12 @@ l0_dgx_h100:
116116 - accuracy/test_disaggregated_serving.py::TestLlama3_1_8BInstruct::test_multi_instance[MMLU]
117117 - accuracy/test_llm_api_pytorch.py::TestQwen3NextInstruct::test_bf16_4gpu[tp4ep4_cudagraph_overlap]
118118 - disaggregated/test_auto_scaling.py::test_service_discovery[etcd-round_robin]
119- - disaggregated/test_auto_scaling.py::test_service_discovery[etcd-load_balancing]
120- - disaggregated/test_auto_scaling.py::test_worker_restart[etcd-round_robin]
121119 - disaggregated/test_auto_scaling.py::test_worker_restart[etcd-load_balancing]
122120 - disaggregated/test_auto_scaling.py::test_minimal_instances[etcd-round_robin]
123121 - disaggregated/test_auto_scaling.py::test_disagg_server_restart[etcd-round_robin]
124122 - disaggregated/test_auto_scaling.py::test_service_discovery[http-round_robin]
125- - disaggregated/test_auto_scaling.py::test_service_discovery[http-load_balancing]
126123 - disaggregated/test_auto_scaling.py::test_service_discovery[http-kv_cache_aware]
127- - disaggregated/test_auto_scaling.py::test_worker_restart[http-round_robin]
128124 - disaggregated/test_auto_scaling.py::test_worker_restart[http-load_balancing]
129- - disaggregated/test_auto_scaling.py::test_worker_restart[http-kv_cache_aware]
130125 - disaggregated/test_auto_scaling.py::test_minimal_instances[http-round_robin]
131126 - disaggregated/test_auto_scaling.py::test_disagg_server_restart[http-round_robin]
132127- condition :
Original file line number Diff line number Diff line change @@ -476,7 +476,6 @@ accuracy/test_llm_api_pytorch.py::TestLlama4ScoutInstruct::test_fp4_chunked_pref
476476accuracy/test_llm_api_pytorch.py::TestLlama4ScoutInstruct::test_fp4[tp4-cuda_graph=True] SKIP (https://nvbugs/5702793)
477477disaggregated/test_auto_scaling.py::test_minimal_instances[etcd-round_robin] SKIP (https://nvbugs/5748564)
478478disaggregated/test_auto_scaling.py::test_minimal_instances[http-round_robin] SKIP (https://nvbugs/5755963)
479- unittest/llmapi/apps/test_disagg_serving_perf_metrics.py SKIP (https://nvbugs/5752516)
480479unittest/_torch/attention/test_trtllm_flashinfer_symbol_collision.py::test_flashinfer_fused_moe_matches_torch_moe SKIP (https://nvbugs/5752521)
481480unittest/llmapi/apps/_test_openai_responses.py::test_reasoning_effort[DeepSeek-R1-Distill-Qwen-1.5B] SKIP (https://nvbugs/5753250)
482481unittest/llmapi/apps/_test_openai_responses.py::test_multi_turn_chat[Qwen3/Qwen3-0.6B] SKIP (https://nvbugs/5753250)
You can’t perform that action at this time.
0 commit comments