Skip to content

Commit ac799e5

Browse files
authored
[ci] Bump number of shards for test_build to 10 (#32693)
I noticed `test_build` can take a while so let's bump the number of shards
1 parent 0962f68 commit ac799e5

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/runtime_build_and_test.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,16 @@ jobs:
373373
# TODO: Test more persistent configurations?
374374
]
375375
shard:
376-
- 1/3
377-
- 2/3
378-
- 3/3
376+
- 1/10
377+
- 2/10
378+
- 3/10
379+
- 4/10
380+
- 5/10
381+
- 6/10
382+
- 7/10
383+
- 8/10
384+
- 9/10
385+
- 10/10
379386
runs-on: ubuntu-latest
380387
steps:
381388
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)