Added additional paralellization for mypy_primer (from 2 to 8 shards) to reduce feedback time on PRs.

This commit is contained in:
Eric Traut 2024-06-30 16:01:36 -07:00
parent 3e70e7a8f9
commit 17d9f61ccd

View File

@ -35,7 +35,7 @@ jobs:
contents: read
strategy:
matrix:
shard-index: [0, 1]
shard-index: [0, 1, 2, 3, 4, 5, 6, 7]
fail-fast: false
steps:
- uses: actions/checkout@v4
@ -69,7 +69,7 @@ jobs:
--repo pyright_to_test \
--type-checker pyright \
--new $GITHUB_SHA --old base_commit \
--num-shards 2 --shard-index ${{ matrix.shard-index }} \
--num-shards 8 --shard-index ${{ matrix.shard-index }} \
--debug \
--output concise \
| tee diff_${{ matrix.shard-index }}.txt