[AMD][CI] Correct MI355X Slurm exclude node (#37779)

Co-authored-by: Chen <bingxche@amd.com>
This commit is contained in:
YC Yen-Ching Tseng
2026-09-03 18:32:44 +08:00
committed by GitHub
co-authored by Chen
parent 429ac2d82c
commit f59a4840c5
@@ -131,7 +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
SLURM_EXCLUDE: mia1-p01-g20,mia1-p02-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