[CI] Clean DeepSeek V4 tests and installation scripts (#26609)

This commit is contained in:
Baizhou Zhang
2026-05-28 15:22:59 -07:00
committed by GitHub
parent f838adb7d4
commit 435c4ffb30
13 changed files with 66 additions and 198 deletions
+15
View File
@@ -214,6 +214,20 @@ jobs:
run_timeout_minutes: '60'
secrets: inherit
extra-b-test-deepep-4-gpu-b200:
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-b200
runner_config: deepep-4-gpu-b200
check_changes: ${{ toJson(needs.check-changes.outputs) }}
caller_inputs: ${{ toJson(inputs) }}
partitions: ${{ needs.check-changes.outputs.partitions }}
run_timeout_minutes: '60'
timeout_per_file: '1800'
secrets: inherit
extra-b-test-deepep-8-gpu-h200:
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') }}
@@ -243,6 +257,7 @@ jobs:
extra-b-test-4-gpu-h100,
extra-b-test-4-gpu-b200,
extra-b-test-8-gpu-h200,
extra-b-test-deepep-4-gpu-b200,
extra-b-test-deepep-8-gpu-h200,
]
if: always()