-
Notifications
You must be signed in to change notification settings - Fork 206
chore: Speed up "PR Builds" CI workflows #1807
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1807 +/- ##
============================================
+ Coverage 56.12% 59.45% +3.32%
- Complexity 976 1139 +163
============================================
Files 119 129 +10
Lines 11743 12590 +847
Branches 2251 2357 +106
============================================
+ Hits 6591 7485 +894
+ Misses 4012 3905 -107
- Partials 1140 1200 +60 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Thats great! Thanks @andygrove
Thanks for the reviews @parthchandra and @comphead |
Which issue does this PR close?
Closes #1800
Closes #1783
Rationale for this change
This PR speeds up the "PR Builds" (the Comet scalatest suites) by splitting them up into 4 groups that can run concurrently.
Previously it took ~90 minutes to run these tests in a single job but now there are 4 jobs taking 25-35 minutes each and they run concurrently.
What changes are included in this PR?
How are these changes tested?