Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shard unit tests in CI for faster CI runs (#5572)
* split main unit tests across 2 processes to increase ci speed * use 3 shards for regular tests and 2 shards for slow tests * explicitly define each shard the strategy.job_total figure can easily change, which would cause pretty big problems with our tests. if we manually define the entire shard piece instead of trying to calculate it, this makes the job more robust to future changes.
- Loading branch information