Merge jammy#596
Conversation
Signed-off-by: Aram Price <aram.price@broadcom.com>
More module refactoring
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
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, andrxrpcto the modprobe blacklist written during thesystem_kernel_modulesstage. - 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.
| install esp4 /bin/true | ||
| install esp6 /bin/true | ||
| install rxrpc /bin/true | ||
| ' >> $chroot/etc/modprobe.d/blacklist.conf | ||
|
|
| install algif_aead /bin/true | ||
| install esp4 /bin/true | ||
| install esp6 /bin/true | ||
| install rxrpc /bin/true | ||
| ' >> $chroot/etc/modprobe.d/blacklist.conf |
No description provided.