-
Notifications
You must be signed in to change notification settings - Fork 59
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
Testing parallelisation and test splitting in circleci #357
base: dev
Are you sure you want to change the base?
Conversation
This is a POC |
I've solved the problem of all tests getting executed on every newly spun up executor by passing the split test info as command line arguments to the script |
Things remaining to fix.
|
Codecov Report
@@ Coverage Diff @@
## dev #357 +/- ##
=========================================
Coverage 80.46% 80.46%
Complexity 579 579
=========================================
Files 80 80
Lines 1694 1694
Branches 206 206
=========================================
Hits 1363 1363
Misses 215 215
Partials 116 116 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…sults dir" This reverts commit 44b4807.
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: