From aa3f7667993038f6cd273d114497a458f0d7a671 Mon Sep 17 00:00:00 2001 From: Mohammad Miadh Angkad <176301910+mmangkad@users.noreply.github.com> Date: Fri, 21 Aug 2026 08:54:53 +0800 Subject: [PATCH] [CI] Temporarily disable B300 jobs (#35627) --- .github/workflows/pr-test.yml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 5ebae988b..ff3b62d6d 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -471,20 +471,21 @@ jobs: skip_prebuilt_rust_ext: true 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 + # 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 # List every build and test job: `skipped` passes here, so an omission turns that # job's failure into a green run with no tests. @@ -518,7 +519,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, + # base-c-test-8-gpu-b300, # Temporarily disabled. ] if: always() runs-on: ubuntu-latest