Skip to content

CI: Skip kolla-packages during AIO upgrade - #2490

Open
priteau wants to merge 1 commit into
stackhpc/2025.1from
fix-aio-upgrade
Open

CI: Skip kolla-packages during AIO upgrade#2490
priteau wants to merge 1 commit into
stackhpc/2025.1from
fix-aio-upgrade

Conversation

@priteau

@priteau priteau commented Aug 6, 2026

Copy link
Copy Markdown
Member

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.

@priteau priteau self-assigned this Aug 6, 2026
@priteau
priteau requested a review from a team as a code owner August 6, 2026 07:40
@github-actions github-actions Bot added the waiting-review PR is waiting for a review label Aug 6, 2026
@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Review Change Stack

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 43db6d04-84a2-471a-8811-aa443b81b426

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Update Rocky Linux AIO upgrade configuration to skip kolla-packages during the second overcloud-host-configure run. Temporarily remove non-upgrade AIO jobs from pull-request CI to avoid related package installation failures.

Walkthrough

The upgrade workflow now skips the kolla-packages tags during host configuration. The pull-request workflow removes ten all-in-one jobs for Ubuntu, Rocky, architecture variants, and an Ubuntu upgrade scenario.

Changes

All-in-one workflow updates

Layer / File(s) Summary
Upgrade host configuration
.github/workflows/stackhpc-all-in-one.yml
The upgrade command passes --skip-tags kolla-packages to overcloud-host-configure.sh.
Pull-request job coverage
.github/workflows/stackhpc-pull-request.yml
Ten all-in-one jobs are removed. The remaining Rocky 9 upgrade jobs are unchanged.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Alex-Welsh Alex-Welsh left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if you drop the DNM commit

@github-actions github-actions Bot added waiting-author-response PR is waiting for the author to respond and removed waiting-review PR is waiting for a review labels Aug 6, 2026
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.
@priteau
priteau requested a review from Alex-Welsh August 7, 2026 09:59
@priteau priteau removed the waiting-author-response PR is waiting for the author to respond label Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants