-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Build: drop EL7 support, support JRE17 for packages and sonar check #8609
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 #8609 +/- ##
============================================
- Coverage 30.82% 28.40% -2.42%
+ Complexity 34015 30942 -3073
============================================
Files 5344 5344
Lines 375411 375411
Branches 54572 54572
============================================
- Hits 115710 106646 -9064
- Misses 244434 254531 +10097
+ Partials 15267 14234 -1033
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
Just discussed with @vishesh92 it requires lots of changes to support packaging cloudstack with jre17 |
|
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8609 +/- ##
============================================
- Coverage 15.54% 15.54% -0.01%
- Complexity 11976 11977 +1
============================================
Files 5495 5495
Lines 481076 481076
Branches 60094 58769 -1325
============================================
- Hits 74780 74777 -3
- Misses 398033 398037 +4
+ Partials 8263 8262 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
@blueorangutan package |
|
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9525 |
|
@blueorangutan package |
|
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9528 |
|
@blueorangutan test rocky8 kvm-rocky8 |
|
@blueorangutan package |
|
@rohityadavcloud a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10506 |
|
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
|
@blueorangutan package |
|
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10512 |
|
@blueorangutan test matrix |
|
@rohityadavcloud a [SL] Trillian-Jenkins matrix job (EL8 mgmt + EL8 KVM, Ubuntu22 mgmt + Ubuntu22 KVM, EL8 mgmt + VMware 7.0u3, EL9 mgmt + XCP-ng 8.2 ) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-11016)
|
|
[SF] Trillian test result (tid-11023)
|
|
[SF] Trillian test result (tid-11022)
|
|
[SF] Trillian test result (tid-11024)
|
|
@blueorangutan package |
|
@rohityadavcloud a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10563 |
these are known issues with tests on xcpng82 |
error while deployed vm logs this happens in the two tests on vmware (67u3, 70u3) update: this is consistent with health check PR, which seems to happen since beginning #9008 |
vladimirpetrov
left a comment
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 based on manual testing, tried several upgrades from 4.17, 4.18 and 4.19, JRE11 to 17, KVM and VMWare and the most common operations. No issues found.



Description
This PR fixes the issue with sonar check
main changes
The community packages will be still packaged using JDK11.
If uses want, they can build by JDK17 as well.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?