[CI] Temporarily disable B300 jobs (#35627)
This commit is contained in:
@@ -471,20 +471,21 @@ jobs:
|
|||||||
skip_prebuilt_rust_ext: true
|
skip_prebuilt_rust_ext: true
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
base-c-test-8-gpu-b300:
|
# Temporarily disabled.
|
||||||
needs: [check-changes, call-gate, wait-for-base-b, sgl-kernel-build-wheels, rust-ext-build]
|
# base-c-test-8-gpu-b300:
|
||||||
if: ${{ !failure() && !cancelled() }}
|
# needs: [check-changes, call-gate, wait-for-base-b, sgl-kernel-build-wheels, rust-ext-build]
|
||||||
uses: ./.github/workflows/_pr-test-stage.yml
|
# if: ${{ !failure() && !cancelled() }}
|
||||||
with:
|
# uses: ./.github/workflows/_pr-test-stage.yml
|
||||||
self_name: base-c-test-8-gpu-b300
|
# with:
|
||||||
runner_config: 8-gpu-b300
|
# self_name: base-c-test-8-gpu-b300
|
||||||
check_changes: ${{ toJson(needs.check-changes.outputs) }}
|
# runner_config: 8-gpu-b300
|
||||||
caller_inputs: ${{ toJson(inputs) }}
|
# check_changes: ${{ toJson(needs.check-changes.outputs) }}
|
||||||
partitions: ${{ needs.check-changes.outputs.partitions }}
|
# caller_inputs: ${{ toJson(inputs) }}
|
||||||
run_timeout_minutes: '60'
|
# partitions: ${{ needs.check-changes.outputs.partitions }}
|
||||||
timeout_per_file: '3600'
|
# run_timeout_minutes: '60'
|
||||||
rust_ext_artifact: ${{ needs.rust-ext-build.outputs.artifact_name }}
|
# timeout_per_file: '3600'
|
||||||
secrets: inherit
|
# 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
|
# List every build and test job: `skipped` passes here, so an omission turns that
|
||||||
# job's failure into a green run with no tests.
|
# job's failure into a green run with no tests.
|
||||||
@@ -518,7 +519,7 @@ jobs:
|
|||||||
base-c-test-8-gpu-h200,
|
base-c-test-8-gpu-h200,
|
||||||
base-c-test-4-gpu-b200,
|
base-c-test-4-gpu-b200,
|
||||||
base-c-test-4-gpu-gb300,
|
base-c-test-4-gpu-gb300,
|
||||||
base-c-test-8-gpu-b300,
|
# base-c-test-8-gpu-b300, # Temporarily disabled.
|
||||||
]
|
]
|
||||||
if: always()
|
if: always()
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user