[AMD] Run MI355X disaggregation Nightly Test with runtime checkout code mechanism (#30386)

Co-authored-by: bingxche <bingxche@amd.com>
This commit is contained in:
YC Yen-Ching Tseng
2026-07-08 09:27:49 +08:00
committed by GitHub
co-authored by bingxche
parent 9f5948c391
commit 9bf122a455
2 changed files with 222 additions and 11 deletions
@@ -118,6 +118,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Clean up prior Slurm jobs from this runner
continue-on-error: true
@@ -217,6 +220,16 @@ jobs:
scancel $ACTIVE_JOBS
fi
- name: Clean up MI355X scratch
if: always()
continue-on-error: true
run: |
LOG_DIR="$HOME/.mi355x_ci/${MATRIX_CONFIG_NAME}"
if [ -d "$LOG_DIR" ]; then
echo "Removing MI355X scratch directory: $LOG_DIR"
rm -rf "$LOG_DIR"
fi
collect-results:
needs: nightly-mi355x-benchmark
if: github.repository == 'sgl-project/sglang' && always()