Disable unit-test-deepep-8-gpu (#17176)
This commit is contained in:
@@ -48,9 +48,11 @@ suites = {
|
||||
TestFile("ep/test_deepep_small.py", 531),
|
||||
TestFile("ep/test_mooncake_ep_small.py", 660),
|
||||
],
|
||||
"per-commit-8-gpu-h200-deepep": [
|
||||
TestFile("ep/test_deepep_large.py", 563),
|
||||
],
|
||||
# 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),
|
||||
# ],
|
||||
"quantization_test": [
|
||||
TestFile("quant/test_awq.py", 163),
|
||||
TestFile("quant/test_marlin_moe.py", 200),
|
||||
@@ -74,6 +76,7 @@ suites = {
|
||||
TestFile(
|
||||
"models/test_qwen3_next_models_pcg.py"
|
||||
), # Disabled: intermittent failures, see #17039
|
||||
TestFile("ep/test_deepep_large.py", 563), # Disabled: see #17175
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user