CI: Skip kolla-packages during AIO upgrade - #2490
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughUpdate Rocky Linux AIO upgrade configuration to skip WalkthroughThe upgrade workflow now skips the ChangesAll-in-one workflow updates
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Alex-Welsh
left a comment
There was a problem hiding this comment.
LGTM if you drop the DNM commit
AIO upgrade jobs on Rocky Linux are currently broken because ansible-collection-kolla tries to install kernel-modules-extra matching the running kernel after DNF repositories have been updated. The package can be unavailable if there is a minor version change (9.7 to 9.8) or if the kernel snapshot of the newer release is behind the one of the previous release. Skip kolla-packages for the second overcloud-host-configure execution to avoid this issue until we find a better solution.
8ca892a to
6dfb900
Compare
6dfb900 to
2dbe7e4
Compare
2dbe7e4 to
23b2fa7
Compare
AIO upgrade jobs on Rocky Linux are currently broken because ansible-collection-kolla tries to install kernel-modules-extra matching the running kernel after DNF repositories have been updated. The package can be unavailable if there is a minor version change (9.7 to 9.8) or if the kernel snapshot of the newer release is behind the one of the previous release.
Skip kolla-packages for the second overcloud-host-configure execution to avoid this issue until we find a better solution.