[CI] Disabled deepep tests temporarily because it takes too much time. (#6186)

This commit is contained in:
Lianmin Zheng
2025-05-10 23:40:50 -07:00
committed by GitHub
parent 31d1f6e7f4
commit 17c36c5511
2 changed files with 27 additions and 29 deletions

View File

@@ -99,9 +99,11 @@ suites = {
TestFile("test_verl_engine.py", 64),
],
"per-commit-8-gpu": [
TestFile("test_deepep_intranode.py", 50),
TestFile("test_deepep_low_latency.py", 50),
TestFile("test_moe_deepep_eval_accuracy_large.py", 250),
# Disabled deepep tests temporarily because it takes too much time.
# TODO: re-enable them after reducing the test time with compilation cache and smaller models.
# TestFile("test_deepep_intranode.py", 50),
# TestFile("test_deepep_low_latency.py", 50),
# TestFile("test_moe_deepep_eval_accuracy_large.py", 250),
TestFile("test_local_attn.py", 250),
TestFile("test_full_deepseek_v3.py", 250),
TestFile("test_pp_single_node.py", 150),