Disable 8-gpu-b200 runner in PR tests (#14768)

This commit is contained in:
Alison Shao
2025-12-09 17:47:54 -08:00
committed by GitHub
parent c8d74feb06
commit 5e8f544d1b

View File

@@ -1255,35 +1255,6 @@ jobs:
cd test/srt
python3 run_suite.py --suite per-commit-4-gpu-gb200 --auto-partition-id 0 --auto-partition-size 1 --timeout-per-file 3600
unit-test-backend-8-gpu-b200:
needs: [check-changes, call-gate, unit-test-backend-2-gpu]
if: |
always() &&
(
(inputs.target_stage == 'unit-test-backend-8-gpu-b200') ||
(
!inputs.target_stage &&
(github.event_name == 'schedule' || (!failure() && !cancelled())) &&
((needs.check-changes.outputs.main_package == 'true') || (needs.check-changes.outputs.sgl_kernel == 'true'))
)
)
runs-on: 8-gpu-b200
env:
RUNNER_LABELS: 8-gpu-b200
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: |
IS_BLACKWELL=1 bash scripts/ci/ci_install_dependency.sh
# - name: Run test
# timeout-minutes: 45
# run: |
# cd test/srt
# python3 run_suite.py --suite per-commit-8-gpu-b200 --timeout-per-file 1800
pr-test-finish:
needs:
[