-
Notifications
You must be signed in to change notification settings - Fork 493
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
CI: Increase parallelism without changing resource_class for faster builds #4448
Conversation
This reverts commit ead4161.
Codecov Report
@@ Coverage Diff @@
## circleci_consolidate_parallelism #4448 +/- ##
====================================================================
+ Coverage 55.22% 55.25% +0.02%
====================================================================
Files 398 398
Lines 50165 50165
====================================================================
+ Hits 27706 27721 +15
+ Misses 20138 20128 -10
+ Partials 2321 2316 -5
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
I think this is what we agreed to.
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.
lgtm
Provides an alternative to #4427 that cuts estimated costs by ~50% in exchange for longer build durations.
Based on the sample run times in https://app.circleci.com/pipelines/github/algorand/go-algorand?branch=circleci_consolidate_parallelism_alt, we can expect build durations of ~18-22min.