Skip to content

Commit ac8a5a6

Browse files
committed
ci: increase test shard fanout
1 parent a18e156 commit ac8a5a6

1 file changed

Lines changed: 25 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,22 @@ jobs:
323323
- runtime: node
324324
task: test
325325
shard_index: 1
326-
shard_count: 2
326+
shard_count: 4
327327
command: pnpm test
328328
- runtime: node
329329
task: test
330330
shard_index: 2
331-
shard_count: 2
331+
shard_count: 4
332+
command: pnpm test
333+
- runtime: node
334+
task: test
335+
shard_index: 3
336+
shard_count: 4
337+
command: pnpm test
338+
- runtime: node
339+
task: test
340+
shard_index: 4
341+
shard_count: 4
332342
command: pnpm test
333343
- runtime: node
334344
task: channels
@@ -679,42 +689,47 @@ jobs:
679689
- runtime: node
680690
task: test
681691
shard_index: 1
682-
shard_count: 8
692+
shard_count: 9
683693
command: pnpm test
684694
- runtime: node
685695
task: test
686696
shard_index: 2
687-
shard_count: 8
697+
shard_count: 9
688698
command: pnpm test
689699
- runtime: node
690700
task: test
691701
shard_index: 3
692-
shard_count: 8
702+
shard_count: 9
693703
command: pnpm test
694704
- runtime: node
695705
task: test
696706
shard_index: 4
697-
shard_count: 8
707+
shard_count: 9
698708
command: pnpm test
699709
- runtime: node
700710
task: test
701711
shard_index: 5
702-
shard_count: 8
712+
shard_count: 9
703713
command: pnpm test
704714
- runtime: node
705715
task: test
706716
shard_index: 6
707-
shard_count: 8
717+
shard_count: 9
708718
command: pnpm test
709719
- runtime: node
710720
task: test
711721
shard_index: 7
712-
shard_count: 8
722+
shard_count: 9
713723
command: pnpm test
714724
- runtime: node
715725
task: test
716726
shard_index: 8
717-
shard_count: 8
727+
shard_count: 9
728+
command: pnpm test
729+
- runtime: node
730+
task: test
731+
shard_index: 9
732+
shard_count: 9
718733
command: pnpm test
719734
steps:
720735
- name: Checkout

0 commit comments

Comments
 (0)