Skip to content

Commit

Permalink
Increase shards to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
AYAHASSAN287 committed Dec 27, 2024
1 parent a27c8d4 commit 5ac7020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: tests
strategy:
matrix:
shard: [0,1,2,3,4,5,6,7,8]
shard: [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]

runs-on: ubuntu-latest
timeout-minutes: 120
Expand All @@ -57,7 +57,7 @@ jobs:

- name: Run tests
run: |
pytest --ignore=tests/relay/test_rln.py --ignore=tests/store/test_cursor_many_msgs.py --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=9 --alluredir=allure-results-${{ matrix.shard }}
pytest --ignore=tests/relay/test_rln.py --ignore=tests/store/test_cursor_many_msgs.py --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=16 --alluredir=allure-results-${{ matrix.shard }}
- name: Upload allure results
if: always()
Expand Down

0 comments on commit 5ac7020

Please sign in to comment.