[CI] Add partition to stage-b-test-large-1-gpu (11->12) (#17245)
This commit is contained in:
@@ -656,7 +656,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: ${{ fromJson(needs.check-changes.outputs.max_parallel) }}
|
max-parallel: ${{ fromJson(needs.check-changes.outputs.max_parallel) }}
|
||||||
matrix:
|
matrix:
|
||||||
partition: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
|
partition: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -684,7 +684,7 @@ jobs:
|
|||||||
if [[ "${{ needs.check-changes.outputs.continue_on_error }}" == "true" ]]; then
|
if [[ "${{ needs.check-changes.outputs.continue_on_error }}" == "true" ]]; then
|
||||||
CONTINUE_ON_ERROR_FLAG="--continue-on-error"
|
CONTINUE_ON_ERROR_FLAG="--continue-on-error"
|
||||||
fi
|
fi
|
||||||
python3 run_suite.py --hw cuda --suite stage-b-test-large-1-gpu --auto-partition-id ${{ matrix.partition }} --auto-partition-size 10 $CONTINUE_ON_ERROR_FLAG
|
python3 run_suite.py --hw cuda --suite stage-b-test-large-1-gpu --auto-partition-id ${{ matrix.partition }} --auto-partition-size 12 $CONTINUE_ON_ERROR_FLAG
|
||||||
|
|
||||||
stage-b-test-large-2-gpu:
|
stage-b-test-large-2-gpu:
|
||||||
needs: [check-changes, call-gate, stage-a-test-1, sgl-kernel-build-wheels]
|
needs: [check-changes, call-gate, stage-a-test-1, sgl-kernel-build-wheels]
|
||||||
|
|||||||
Reference in New Issue
Block a user