[CI] reapply max-parallel in stage-b-test-small-1-gpu (#16906)
This commit is contained in:
5
.github/workflows/pr-test.yml
vendored
5
.github/workflows/pr-test.yml
vendored
@@ -117,8 +117,8 @@ jobs:
|
||||
echo "max_parallel=15" >> $GITHUB_OUTPUT
|
||||
echo "High priority PR detected, setting max_parallel to 15"
|
||||
else
|
||||
echo "max_parallel=4" >> $GITHUB_OUTPUT
|
||||
echo "Using default max_parallel of 4"
|
||||
echo "max_parallel=3" >> $GITHUB_OUTPUT
|
||||
echo "Using default max_parallel of 3"
|
||||
fi
|
||||
|
||||
- name: Set B200 runner tag
|
||||
@@ -596,6 +596,7 @@ jobs:
|
||||
RUNNER_LABELS: 1-gpu-runner
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: ${{ fromJson(needs.check-changes.outputs.max_parallel) }}
|
||||
matrix:
|
||||
partition: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user