Fix code sync scripts (#15787)

This commit is contained in:
Lianmin Zheng
2025-12-24 16:13:23 -08:00
committed by GitHub
parent 92ddc46824
commit ecd2d09a6c
6 changed files with 6 additions and 6 deletions

View File

@@ -709,7 +709,7 @@ jobs:
fail-fast: false
max-parallel: ${{ fromJson(needs.check-changes.outputs.max_parallel) }}
matrix:
part: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]
part: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -734,7 +734,7 @@ jobs:
if [[ "${{ needs.check-changes.outputs.enable_retry }}" == "true" ]]; then
RETRY_FLAG="--enable-retry"
fi
python3 run_suite.py --suite per-commit-1-gpu --auto-partition-id ${{ matrix.part }} --auto-partition-size 15 $RETRY_FLAG
python3 run_suite.py --suite per-commit-1-gpu --auto-partition-id ${{ matrix.part }} --auto-partition-size 13 $RETRY_FLAG
stage-b-test-4-gpu-b200:

View File

@@ -1,4 +1,4 @@
name: Release Fake Tag
name: Release Tag
on:
push:
branches: