-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Backport 2.x] Build performance improvements #3937
Conversation
Gradle Check (Jenkins) Run Completed with:
|
I rebased, signed, and force pushed |
* set appropiate jdk boolean for buildNoJdkRpm Signed-off-by: Inaki Villar <[email protected]> * make missingJavadoc cacheable Signed-off-by: Inaki Villar <[email protected]> * using relativepath for javadoc.options.linksOffline Signed-off-by: Inaki Villar <[email protected]> (cherry picked from commit cc10b97) Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]>
6010bbb
to
d6916ca
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
hi @dblock, for one of the failing builds #3937 (comment) I'm seeing :
It's possible to test it again updating the memory heap value? |
Thanks @cdsap for the update. I re-ran the failed jobs. |
Gradle Check (Jenkins) Run Completed with:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #3937 +/- ##
============================================
- Coverage 70.65% 70.57% -0.08%
+ Complexity 56401 56380 -21
============================================
Files 4526 4526
Lines 271757 271757
Branches 39979 39979
============================================
- Hits 192000 191806 -194
- Misses 63578 63779 +201
+ Partials 16179 16172 -7 ☔ View full report in Codecov by Sentry. |
Backport cc10b97 from #3926