[CI] Re-enable B300 jobs (#35607)

Co-authored-by: Mohammad Angkad <mohammad.angkad@radixark.ai>
This commit is contained in:
Mohammad Miadh Angkad
2026-08-22 12:34:21 +08:00
committed by GitHub
co-authored by Mohammad Angkad
parent 5290327025
commit 3e096629cf
3 changed files with 34 additions and 24 deletions
+15 -16
View File
@@ -471,21 +471,20 @@ jobs:
skip_prebuilt_rust_ext: true
secrets: inherit
# Temporarily disabled.
# base-c-test-8-gpu-b300:
# needs: [check-changes, call-gate, wait-for-base-b, sgl-kernel-build-wheels, rust-ext-build]
# if: ${{ !failure() && !cancelled() }}
# uses: ./.github/workflows/_pr-test-stage.yml
# with:
# self_name: base-c-test-8-gpu-b300
# runner_config: 8-gpu-b300
# check_changes: ${{ toJson(needs.check-changes.outputs) }}
# caller_inputs: ${{ toJson(inputs) }}
# partitions: ${{ needs.check-changes.outputs.partitions }}
# run_timeout_minutes: '60'
# timeout_per_file: '3600'
# rust_ext_artifact: ${{ needs.rust-ext-build.outputs.artifact_name }}
# secrets: inherit
base-c-test-8-gpu-b300:
needs: [check-changes, call-gate, wait-for-base-b, sgl-kernel-build-wheels, rust-ext-build]
if: ${{ !failure() && !cancelled() }}
uses: ./.github/workflows/_pr-test-stage.yml
with:
self_name: base-c-test-8-gpu-b300
runner_config: 8-gpu-b300
check_changes: ${{ toJson(needs.check-changes.outputs) }}
caller_inputs: ${{ toJson(inputs) }}
partitions: ${{ needs.check-changes.outputs.partitions }}
run_timeout_minutes: '60'
timeout_per_file: '3600'
rust_ext_artifact: ${{ needs.rust-ext-build.outputs.artifact_name }}
secrets: inherit
# List every build and test job: `skipped` passes here, so an omission turns that
# job's failure into a green run with no tests.
@@ -519,7 +518,7 @@ jobs:
base-c-test-8-gpu-h200,
base-c-test-4-gpu-b200,
base-c-test-4-gpu-gb300,
# base-c-test-8-gpu-b300, # Temporarily disabled.
base-c-test-8-gpu-b300,
]
if: always()
runs-on: ubuntu-latest