diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index d218b6e22..cb5d474f9 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -984,36 +984,36 @@ jobs: cd test/srt python3 run_suite.py --suite per-commit-4-gpu-deepep - unit-test-deepep-8-gpu: - needs: [check-changes, call-gate, unit-test-backend-2-gpu] - if: | - always() && - (github.event_name == 'schedule' || (!failure() && !cancelled())) && - ((needs.check-changes.outputs.main_package == 'true') || (needs.check-changes.outputs.sgl_kernel == 'true')) - runs-on: 8-gpu-h200 - env: - RUNNER_LABELS: 8-gpu-h200 - steps: - - name: Checkout code - uses: actions/checkout@v4 + # unit-test-deepep-8-gpu: + # needs: [check-changes, call-gate, unit-test-backend-2-gpu] + # if: | + # always() && + # (github.event_name == 'schedule' || (!failure() && !cancelled())) && + # ((needs.check-changes.outputs.main_package == 'true') || (needs.check-changes.outputs.sgl_kernel == 'true')) + # runs-on: 8-gpu-h200 + # env: + # RUNNER_LABELS: 8-gpu-h200 + # steps: + # - name: Checkout code + # uses: actions/checkout@v4 - - name: Download artifacts - if: needs.check-changes.outputs.sgl_kernel == 'true' - uses: actions/download-artifact@v4 - with: - path: sgl-kernel/dist/ - merge-multiple: true - pattern: wheel-python3.10-cuda12.9 + # - name: Download artifacts + # if: needs.check-changes.outputs.sgl_kernel == 'true' + # uses: actions/download-artifact@v4 + # with: + # path: sgl-kernel/dist/ + # merge-multiple: true + # pattern: wheel-python3.10-cuda12.9 - - name: Install dependencies - run: | - CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} bash scripts/ci/ci_install_deepep.sh + # - name: Install dependencies + # run: | + # CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} bash scripts/ci/ci_install_deepep.sh - - name: Run test - timeout-minutes: 20 - run: | - cd test/srt - python3 run_suite.py --suite per-commit-8-gpu-h200-deepep + # - name: Run test + # timeout-minutes: 20 + # run: | + # cd test/srt + # python3 run_suite.py --suite per-commit-8-gpu-h200-deepep unit-test-backend-4-gpu-b200: needs: [check-changes, call-gate, unit-test-backend-2-gpu]