Fix DeepEP CI test registration (#30873)
This commit is contained in:
@@ -213,6 +213,19 @@ jobs:
|
|||||||
run_timeout_minutes: '60'
|
run_timeout_minutes: '60'
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
extra-b-test-deepep-4-gpu-h100:
|
||||||
|
needs: [check-changes, call-gate, sgl-kernel-build-wheels]
|
||||||
|
if: ${{ !failure() && !cancelled() && needs.check-changes.result == 'success' && (needs.call-gate.result == 'success' || needs.call-gate.result == 'skipped') }}
|
||||||
|
uses: ./.github/workflows/_pr-test-stage.yml
|
||||||
|
with:
|
||||||
|
self_name: extra-b-test-deepep-4-gpu-h100
|
||||||
|
runner_config: deepep-4-gpu-h100
|
||||||
|
check_changes: ${{ toJson(needs.check-changes.outputs) }}
|
||||||
|
caller_inputs: ${{ toJson(inputs) }}
|
||||||
|
partitions: ${{ needs.check-changes.outputs.partitions }}
|
||||||
|
run_timeout_minutes: '60'
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
extra-b-test-deepep-4-gpu-b200:
|
extra-b-test-deepep-4-gpu-b200:
|
||||||
needs: [check-changes, call-gate, sgl-kernel-build-wheels]
|
needs: [check-changes, call-gate, sgl-kernel-build-wheels]
|
||||||
if: ${{ !failure() && !cancelled() && needs.check-changes.result == 'success' && (needs.call-gate.result == 'success' || needs.call-gate.result == 'skipped') }}
|
if: ${{ !failure() && !cancelled() && needs.check-changes.result == 'success' && (needs.call-gate.result == 'success' || needs.call-gate.result == 'skipped') }}
|
||||||
@@ -256,6 +269,7 @@ jobs:
|
|||||||
extra-b-test-4-gpu-h100,
|
extra-b-test-4-gpu-h100,
|
||||||
extra-b-test-4-gpu-b200,
|
extra-b-test-4-gpu-b200,
|
||||||
extra-b-test-8-gpu-h200,
|
extra-b-test-8-gpu-h200,
|
||||||
|
extra-b-test-deepep-4-gpu-h100,
|
||||||
extra-b-test-deepep-4-gpu-b200,
|
extra-b-test-deepep-4-gpu-b200,
|
||||||
extra-b-test-deepep-8-gpu-h200,
|
extra-b-test-deepep-8-gpu-h200,
|
||||||
]
|
]
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ from sglang.test.test_utils import (
|
|||||||
popen_launch_server,
|
popen_launch_server,
|
||||||
)
|
)
|
||||||
|
|
||||||
register_cuda_ci(est_time=500, stage="extra-b", runner_config="4-gpu-h100")
|
register_cuda_ci(est_time=500, stage="extra-b", runner_config="deepep-4-gpu-h100")
|
||||||
|
|
||||||
GQA_MODEL_PATH = "Qwen/Qwen3-30B-A3B-FP8"
|
GQA_MODEL_PATH = "Qwen/Qwen3-30B-A3B-FP8"
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ from sglang.test.test_utils import (
|
|||||||
popen_launch_server,
|
popen_launch_server,
|
||||||
)
|
)
|
||||||
|
|
||||||
register_cuda_ci(est_time=400, stage="extra-b", runner_config="4-gpu-h100")
|
register_cuda_ci(est_time=400, stage="extra-b", runner_config="deepep-4-gpu-h100")
|
||||||
|
|
||||||
# FP8 variant of Qwen3-30B-A3B: required because DeepEP normal/LL fast paths in
|
# FP8 variant of Qwen3-30B-A3B: required because DeepEP normal/LL fast paths in
|
||||||
# ep_moe/layer.py only run for {Fp8Config (via deep_gemm), W4AFp8Config, aiter,
|
# ep_moe/layer.py only run for {Fp8Config (via deep_gemm), W4AFp8Config, aiter,
|
||||||
|
|||||||
@@ -93,6 +93,7 @@ PER_COMMIT_SUITES = {
|
|||||||
"extra-b-test-4-gpu-h100",
|
"extra-b-test-4-gpu-h100",
|
||||||
"extra-b-test-4-gpu-b200",
|
"extra-b-test-4-gpu-b200",
|
||||||
"extra-b-test-8-gpu-h200",
|
"extra-b-test-8-gpu-h200",
|
||||||
|
"extra-b-test-deepep-4-gpu-h100",
|
||||||
"extra-b-test-deepep-4-gpu-b200",
|
"extra-b-test-deepep-4-gpu-b200",
|
||||||
"extra-b-test-deepep-8-gpu-h200",
|
"extra-b-test-deepep-8-gpu-h200",
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user