Re-enable unit-test-deepep-8-gpu and unit-test-backend-4-gpu-gb200 (#17438)

This commit is contained in:
Alison Shao
2026-01-23 14:31:44 +08:00
committed by GitHub
parent 56e6652d1d
commit d7dd0b8832
2 changed files with 103 additions and 108 deletions
+3 -6
View File
@@ -47,11 +47,9 @@ suites = {
TestFile("ep/test_deepep_small.py", 531),
TestFile("ep/test_mooncake_ep_small.py", 660),
],
# Disabled: IBGDA/cudaHostRegister environment issues on 8-GPU runner, see #17175
# 4-GPU DeepEP tests provide sufficient coverage
# "per-commit-8-gpu-h200-deepep": [
# TestFile("ep/test_deepep_large.py", 563),
# ],
"per-commit-8-gpu-h200-deepep": [
TestFile("ep/test_deepep_large.py", 563),
],
# quantization_test suite migrated to test/registered/quant/
"__not_in_ci__": [
TestFile("test_release_memory_occupation.py", 200), # Temporarily disabled
@@ -64,7 +62,6 @@ suites = {
TestFile(
"models/test_qwen3_next_models_pcg.py"
), # Disabled: intermittent failures, see #17039
TestFile("ep/test_deepep_large.py", 563), # Disabled: see #17175
],
}