-
Notifications
You must be signed in to change notification settings - Fork 62
holodeck kernel version upgrade #397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
5d5a5b4 to
5f86f17
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR modernizes the holodeck kernel upgrade process by migrating from custom shell scripts to using holodeck's native kernel configuration feature. The change simplifies the workflow by eliminating manual kernel upgrade scripts and leveraging holodeck's built-in capabilities.
- Removes custom kernel upgrade shell scripts (
upgrade-kernel.shandkernel-upgrade-helper.sh) - Updates holodeck configuration files to use native kernel version specification
- Upgrades holodeck action version and Kubernetes versions across test environments
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/scripts/upgrade-kernel.sh | Removes custom kernel upgrade script that handled kernel version parameters |
| tests/scripts/kernel-upgrade-helper.sh | Removes helper script containing kernel upgrade logic with apt commands and reboot handling |
| tests/holodeck_ubuntu24.04.yaml | Adds native kernel version configuration and updates Kubernetes to v1.31.1 |
| tests/holodeck_ubuntu22.04.yaml | Adds native kernel version configuration and updates Kubernetes to v1.31.1 |
| .github/workflows/precompiled.yaml | Updates holodeck action version, adds kernel version setting step, and removes custom kernel upgrade workflow steps |
Comments suppressed due to low confidence (1)
tests/holodeck_ubuntu24.04.yaml:29
- The containerd version 1.7.22 is being removed without replacement. Consider if this version should be updated to maintain consistency with the Kubernetes upgrade to v1.31.1.
name: containerd
5f86f17 to
95cf2f1
Compare
95cf2f1 to
404c815
Compare
tariq1890
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @shivakunv !
No description provided.