Skip to content

Commit

Permalink
[ci] Try sharding test_build
Browse files Browse the repository at this point in the history
ghstack-source-id: 95dddc54b50745250431f35786144424ecba4f5f
Pull Request resolved: #30349
  • Loading branch information
poteto committed Jul 16, 2024
1 parent 112fa5f commit 27c2f24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/runtime_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ jobs:

# TODO: Test more persistent configurations?
]
shard:
- 1/3
- 2/3
- 3/3
continue-on-error: true
runs-on: ubuntu-latest
steps:
Expand All @@ -242,7 +246,7 @@ jobs:
merge-multiple: true
- name: Display structure of build
run: ls -R build
- run: yarn test --build ${{ matrix.test_params }} --ci=github
- run: yarn test --build ${{ matrix.test_params }} --shard=${{ matrix.shard }} --ci=github

process_artifacts_combined:
name: Process artifacts combined
Expand Down

0 comments on commit 27c2f24

Please sign in to comment.