Skip to content

Commit 3266a4d

Browse files
committed
unwaive test and remove test_auto_scaling tests to speed up L0
Signed-off-by: Lizhi Zhou <[email protected]>
1 parent 478b6b2 commit 3266a4d

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

tests/integration/test_lists/qa/llm_function_core_sanity.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,11 @@ disaggregated/test_workers.py::test_workers_conditional_disaggregation[TinyLlama
247247
disaggregated/test_workers.py::test_workers_kv_cache_aware_router_eviction[TinyLlama-1.1B-Chat-v1.0]
248248
disaggregated/test_workers.py::test_workers_kv_cache_aware_router[TinyLlama-1.1B-Chat-v1.0]
249249
disaggregated/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]
250255
test_e2e.py::test_openai_chat_harmony
251256
test_e2e.py::test_openai_consistent_chat
252257
test_e2e.py::test_openai_multi_chat_example

tests/integration/test_lists/test-db/l0_dgx_h100.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

tests/integration/test_lists/waives.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ accuracy/test_llm_api_pytorch.py::TestLlama4ScoutInstruct::test_fp4_chunked_pref
476476
accuracy/test_llm_api_pytorch.py::TestLlama4ScoutInstruct::test_fp4[tp4-cuda_graph=True] SKIP (https://nvbugs/5702793)
477477
disaggregated/test_auto_scaling.py::test_minimal_instances[etcd-round_robin] SKIP (https://nvbugs/5748564)
478478
disaggregated/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)
480479
unittest/_torch/attention/test_trtllm_flashinfer_symbol_collision.py::test_flashinfer_fused_moe_matches_torch_moe SKIP (https://nvbugs/5752521)
481480
unittest/llmapi/apps/_test_openai_responses.py::test_reasoning_effort[DeepSeek-R1-Distill-Qwen-1.5B] SKIP (https://nvbugs/5753250)
482481
unittest/llmapi/apps/_test_openai_responses.py::test_multi_turn_chat[Qwen3/Qwen3-0.6B] SKIP (https://nvbugs/5753250)

0 commit comments

Comments
 (0)