From 0157f1f552593b1d24d0ef7204aa4e4f3935205b Mon Sep 17 00:00:00 2001 From: YC Yen-Ching Tseng Date: Wed, 2 Sep 2026 05:06:54 +0200 Subject: [PATCH] [AMD][CI] Exclude unavailable MI355X nodes and skip 4N nightly (#37518) Co-authored-by: Chen --- .github/workflows/nightly-amd-mi355x-disagg.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly-amd-mi355x-disagg.yml b/.github/workflows/nightly-amd-mi355x-disagg.yml index bee816bec..44865e4a9 100644 --- a/.github/workflows/nightly-amd-mi355x-disagg.yml +++ b/.github/workflows/nightly-amd-mi355x-disagg.yml @@ -131,6 +131,7 @@ jobs: CONFIG_FILE: ${{ matrix.config.config_file }} RESULT_FILENAME: mi355x-${{ matrix.config.name }} MATRIX_CONFIG_NAME: ${{ matrix.config.name }} + SLURM_EXCLUDE: mia1-p01-g20,mia1-p01-g09 # NOTE: RUNNER_NAME is a built-in default env var on every runner, so the # launch + cleanup steps read it directly. Do NOT set it here from # ${{ runner.name }} -- the `runner` context is not available in job-level @@ -255,7 +256,8 @@ jobs: - setup - nightly-mi355x-2n if: | - !cancelled() && github.repository == 'sgl-project/sglang' + false + && !cancelled() && github.repository == 'sgl-project/sglang' && needs.setup.result == 'success' && needs.setup.outputs.matrix-4n != '{"include":[]}' runs-on: linux-sglang-mi35x-di