[CI] Re-enable GB300 CI jobs (#32719)

This commit is contained in:
Alison Shao
2026-07-31 14:22:26 -07:00
committed by GitHub
parent 9dcaf6bfdf
commit 301ea43f35
3 changed files with 81 additions and 84 deletions
+14 -15
View File
@@ -520,20 +520,19 @@ jobs:
timeout_per_file: '1800'
secrets: inherit
# temporarily disabled due to runner availability
# base-c-test-4-gpu-gb300:
# needs: [check-changes, call-gate, wait-for-base-b, sgl-kernel-build-wheels]
# if: ${{ !failure() && !cancelled() }}
# uses: ./.github/workflows/_pr-test-stage.yml
# with:
# self_name: base-c-test-4-gpu-gb300
# runner_config: 4-gpu-gb300
# check_changes: ${{ toJson(needs.check-changes.outputs) }}
# caller_inputs: ${{ toJson(inputs) }}
# partitions: ${{ needs.check-changes.outputs.partitions }}
# run_timeout_minutes: '30'
# timeout_per_file: '1800'
# secrets: inherit
base-c-test-4-gpu-gb300:
needs: [check-changes, call-gate, wait-for-base-b, sgl-kernel-build-wheels]
if: ${{ !failure() && !cancelled() }}
uses: ./.github/workflows/_pr-test-stage.yml
with:
self_name: base-c-test-4-gpu-gb300
runner_config: 4-gpu-gb300
check_changes: ${{ toJson(needs.check-changes.outputs) }}
caller_inputs: ${{ toJson(inputs) }}
partitions: ${{ needs.check-changes.outputs.partitions }}
run_timeout_minutes: '30'
timeout_per_file: '1800'
secrets: inherit
pr-test-finish:
needs:
@@ -565,7 +564,7 @@ jobs:
base-c-test-deepep-4-gpu-b200,
base-c-test-deepep-8-gpu-h200,
base-c-test-4-gpu-b200,
# base-c-test-4-gpu-gb300, # temporarily disabled due to runner availability
base-c-test-4-gpu-gb300,
]
if: always()
runs-on: ubuntu-latest