mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-27 09:21:35 +07:00
ci: increase test shard fanout
This commit is contained in:
35
.github/workflows/ci.yml
vendored
35
.github/workflows/ci.yml
vendored
@@ -323,12 +323,22 @@ jobs:
|
|||||||
- runtime: node
|
- runtime: node
|
||||||
task: test
|
task: test
|
||||||
shard_index: 1
|
shard_index: 1
|
||||||
shard_count: 2
|
shard_count: 4
|
||||||
command: pnpm test
|
command: pnpm test
|
||||||
- runtime: node
|
- runtime: node
|
||||||
task: test
|
task: test
|
||||||
shard_index: 2
|
shard_index: 2
|
||||||
shard_count: 2
|
shard_count: 4
|
||||||
|
command: pnpm test
|
||||||
|
- runtime: node
|
||||||
|
task: test
|
||||||
|
shard_index: 3
|
||||||
|
shard_count: 4
|
||||||
|
command: pnpm test
|
||||||
|
- runtime: node
|
||||||
|
task: test
|
||||||
|
shard_index: 4
|
||||||
|
shard_count: 4
|
||||||
command: pnpm test
|
command: pnpm test
|
||||||
- runtime: node
|
- runtime: node
|
||||||
task: channels
|
task: channels
|
||||||
@@ -679,42 +689,47 @@ jobs:
|
|||||||
- runtime: node
|
- runtime: node
|
||||||
task: test
|
task: test
|
||||||
shard_index: 1
|
shard_index: 1
|
||||||
shard_count: 8
|
shard_count: 9
|
||||||
command: pnpm test
|
command: pnpm test
|
||||||
- runtime: node
|
- runtime: node
|
||||||
task: test
|
task: test
|
||||||
shard_index: 2
|
shard_index: 2
|
||||||
shard_count: 8
|
shard_count: 9
|
||||||
command: pnpm test
|
command: pnpm test
|
||||||
- runtime: node
|
- runtime: node
|
||||||
task: test
|
task: test
|
||||||
shard_index: 3
|
shard_index: 3
|
||||||
shard_count: 8
|
shard_count: 9
|
||||||
command: pnpm test
|
command: pnpm test
|
||||||
- runtime: node
|
- runtime: node
|
||||||
task: test
|
task: test
|
||||||
shard_index: 4
|
shard_index: 4
|
||||||
shard_count: 8
|
shard_count: 9
|
||||||
command: pnpm test
|
command: pnpm test
|
||||||
- runtime: node
|
- runtime: node
|
||||||
task: test
|
task: test
|
||||||
shard_index: 5
|
shard_index: 5
|
||||||
shard_count: 8
|
shard_count: 9
|
||||||
command: pnpm test
|
command: pnpm test
|
||||||
- runtime: node
|
- runtime: node
|
||||||
task: test
|
task: test
|
||||||
shard_index: 6
|
shard_index: 6
|
||||||
shard_count: 8
|
shard_count: 9
|
||||||
command: pnpm test
|
command: pnpm test
|
||||||
- runtime: node
|
- runtime: node
|
||||||
task: test
|
task: test
|
||||||
shard_index: 7
|
shard_index: 7
|
||||||
shard_count: 8
|
shard_count: 9
|
||||||
command: pnpm test
|
command: pnpm test
|
||||||
- runtime: node
|
- runtime: node
|
||||||
task: test
|
task: test
|
||||||
shard_index: 8
|
shard_index: 8
|
||||||
shard_count: 8
|
shard_count: 9
|
||||||
|
command: pnpm test
|
||||||
|
- runtime: node
|
||||||
|
task: test
|
||||||
|
shard_index: 9
|
||||||
|
shard_count: 9
|
||||||
command: pnpm test
|
command: pnpm test
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user