Skip to content

Merge jammy#596

Merged
ystros merged 15 commits into
ubuntu-noblefrom
merge-jammy
May 8, 2026
Merged

Merge jammy#596
ystros merged 15 commits into
ubuntu-noblefrom
merge-jammy

Conversation

@aramprice

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings May 8, 2026 17:53
@coderabbitai

coderabbitai Bot commented May 8, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

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: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 4f9f74a1-99f7-464a-a128-136cdb9d0b41

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
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch merge-jammy

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 and usage tips.

@ystros ystros merged commit f38ac6a into ubuntu-noble May 8, 2026
12 checks passed
@ystros ystros deleted the merge-jammy branch May 8, 2026 17:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the Ubuntu Jammy OS image reference and extends kernel-module blacklisting to include additional modules, with corresponding spec expectations to keep stemcell image validation in sync.

Changes:

  • Bump the Ubuntu Jammy metalink to a newer OS image version (hashes/size/version/published timestamp).
  • Add esp4, esp6, and rxrpc to the modprobe blacklist written during the system_kernel_modules stage.
  • Extend shared kernel-module spec expectations to assert the new blacklist entries are present.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
stemcell_builder/stages/system_kernel_modules/apply.sh Adds additional kernel modules to the blacklist.conf generated in the chroot.
image-metalinks/ubuntu-jammy/ubuntu-jammy.meta4 Updates Jammy OS image metalink hashes/size/version/published timestamp.
bosh-stemcell/spec/support/os_image_linux_kernel_modules_shared_examples.rb Adds spec assertions for the newly blacklisted modules.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +24 to 28
install esp4 /bin/true
install esp6 /bin/true
install rxrpc /bin/true
' >> $chroot/etc/modprobe.d/blacklist.conf

Comment on lines +23 to +27
install algif_aead /bin/true
install esp4 /bin/true
install esp6 /bin/true
install rxrpc /bin/true
' >> $chroot/etc/modprobe.d/blacklist.conf
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.

4 participants