Uh oh!
There was an error while loading. Please reload this page.
debian/ubuntu: ignore pycompile errors - #13602
Conversation
weizhouapache
commented
Jul 13, 2026
@blueorangutan package |
blueorangutan
commented
Jul 13, 2026
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with no SystemVM templates. I'll keep you posted as I make progress. |
There was a problem hiding this comment.
Pull request overview
Updates the Debian cloudstack-common post-install script to tolerate pycompile failures during package configuration, avoiding installation aborts when byte-compilation encounters issues.
Changes:
- Make
pycompile -p cloudstack-commonnon-fatal by appending|| true. - Make
pycompile -p cloudstack-common /usr/share/cloudstack-commonnon-fatal by appending|| true.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #13602 +/- ##
============================================
- Coverage 19.50% 19.50% -0.01% + Complexity 19441 19438 -3
============================================
Files 6303 6303 Lines 569288 569288 Branches 69792 69792 ============================================
- Hits 111029 111018 -11 - Misses 446108 446119 +11
Partials 12151 12151
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
blueorangutan
commented
Jul 13, 2026
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 18555 |
weizhouapache
commented
Jul 13, 2026
@blueorangutan test matrix |
blueorangutan
commented
Jul 13, 2026
@weizhouapache 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 |
blueorangutan
commented
Jul 13, 2026
[SF] Trillian Build Failed (tid-16555) |
weizhouapache
commented
Jul 14, 2026
@blueorangutan test ubuntu22 kvm-ubuntu22 |
blueorangutan
commented
Jul 14, 2026
@weizhouapache a [SL] Trillian-Jenkins test job (ubuntu22 mgmt + kvm-ubuntu22) has been kicked to run smoke tests |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ce378d2 to
b07c722Compareweizhouapache
commented
Jul 14, 2026
@blueorangutan package |
blueorangutan
commented
Jul 14, 2026
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with no SystemVM templates. I'll keep you posted as I make progress. |
Uh oh!
There was an error while loading. Please reload this page.
b07c722 to
b9502aeCompareblueorangutan
commented
Jul 14, 2026
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 18560 |
weizhouapache
commented
Jul 14, 2026
@blueorangutan test ubuntu22 kvm-ubuntu22 |
blueorangutan
commented
Jul 14, 2026
@weizhouapache a [SL] Trillian-Jenkins test job (ubuntu22 mgmt + kvm-ubuntu22) has been kicked to run smoke tests |
harikrishna-patnala
left a comment
There was a problem hiding this comment.
LGTM.
Assuming Ubuntu 20.04 and earlier versions have reached EoL and not support with CS 4.23 versions.
weizhouapache
commented
Jul 14, 2026
merging this, I will run smoke tests with other PRs (see #12198) thanks @vishesh92 providing the fix, and @harikrishna-patnala@sureshanaparti for the review |
Uh oh!
There was an error while loading. Please reload this page.
Description
This PR fixes the installation failures on ubuntu 22.04, as some new scripts are not python2-compatible.
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?