Skip to content

Commit 674594e

Browse files
committed
[ci] Try sharding test_build
ghstack-source-id: 9932c84 Pull Request resolved: #30349
1 parent 886936c commit 674594e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/runtime_build_and_test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@ jobs:
219219

220220
# TODO: Test more persistent configurations?
221221
]
222+
shard:
223+
- 1/3
224+
- 2/3
225+
- 3/3
222226
continue-on-error: true
223227
runs-on: ubuntu-latest
224228
steps:
@@ -242,7 +246,7 @@ jobs:
242246
merge-multiple: true
243247
- name: Display structure of build
244248
run: ls -R build
245-
- run: yarn test --build ${{ matrix.test_params }} --ci=github
249+
- run: yarn test --build ${{ matrix.test_params }} --shard=${{ matrix.shard }} --ci=github
246250

247251
process_artifacts_combined:
248252
name: Process artifacts combined

0 commit comments

Comments
 (0)