-
Notifications
You must be signed in to change notification settings - Fork 971
[KYUUBI #4274] [FOLLOWUP] Increase maximum degree of concurrency for mvnd in CI jobs #4420
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 Report
@@ Coverage Diff @@
## master #4420 +/- ##
============================================
+ Coverage 53.14% 53.19% +0.04%
Complexity 13 13
============================================
Files 564 569 +5
Lines 30978 31111 +133
Branches 4170 4203 +33
============================================
+ Hits 16463 16548 +85
- Misses 12972 12992 +20
- Partials 1543 1571 +28
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Although Therefore, I would like to make |
|
Thanks, merged to master. |

Why are the changes needed?
mvnd, but the CI log shows they are not activatedSmartBuilderfeature inmvnd.-Dmvnd.minThreadsis set as fallback and it will be ignored if--threadsor-Dmvnd.threadsis used.Before:
(https://github.com/apache/kyuubi/actions/runs/4276652363/jobs/7444896450#step:6:64)
After:
(https://github.com/apache/kyuubi/actions/runs/4279322563/jobs/7449912132#step:8:64)
(https://github.com/apache/kyuubi/actions/runs/4279322563/jobs/7449912132#step:8:553)
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before make a pull request