-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accelerate tests by dividing them into shards #1414
Conversation
I still don't get why pulling in the repos sometimes randomly takes 3 minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. There will be a trivial (adjacent lines) merge conflict with the /analyze:autolog-
change. Also, we'll obviously need special handling due to the required checks changing.
I like how this scales neatly, instead of crudely dividing the tests into libcxx/std/tr1 batches.
Trivial merge conflict in |
Thanks! For! Massively! Reducing! Test! Latency! By! Dividing! Them! Up! Into! Many! Slices! |
It's always a joy coming back to old PRs and seeing thank you message puns I had missed. |
No description provided.