Skip to content

Commit

Permalink
avatar: reduce number of shards
Browse files Browse the repository at this point in the history
Having too many shards extends the total testing time. 4 shards is a
good compromise.

Also, run all the shards and does not skip when one shard is failing
  • Loading branch information
SilverBzH committed Sep 30, 2024
1 parent d56c4d0 commit ee391b9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/python-avatar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,10 @@ jobs:
name: Avatar [${{ matrix.shard }}]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
shard: [
1/24, 2/24, 3/24, 4/24,
5/24, 6/24, 7/24, 8/24,
9/24, 10/24, 11/24, 12/24,
13/24, 14/24, 15/24, 16/24,
17/24, 18/24, 19/24, 20/24,
21/24, 22/24, 23/24, 24/24,
1/4, 2/4, 3/4, 4/4,
]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ee391b9

Please sign in to comment.