[AMD] Run MI355X disaggregation Nightly Test with runtime checkout code mechanism (#30386)
Co-authored-by: bingxche <bingxche@amd.com>
This commit is contained in:
co-authored by
bingxche
parent
9f5948c391
commit
9bf122a455
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user