Skip to content
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

Fix installation of kernel-devel on Rocky 8 #2565

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

jdeamicis
Copy link
Contributor

Description of changes

  • Use the --releasever option to make sure the repos from the same minor release as the currently running kernel are used when installing kernel-devel.
  • Install kernel-devel before installing the base packages to avoid dkms pulling kernel-devel from the wrong repos.

Tests

  • Manual run of kitchen tests;
  • Verified that the right version of kernel-devel is installed.

References

  • Link to impacted open issues.
  • Link to related PRs in other packages (i.e. cookbook, node).
  • Link to documentation useful to understand the changes.

Checklist

  • Make sure you are pointing to the right branch.
  • If you're creating a patch for a branch other than develop add the branch name as prefix in the PR title (e.g. [release-3.6]).
  • Check all commits' messages are clear, describing what and why vs how.
  • Make sure to have added unit tests or integration tests to cover the new/modified code.
  • Check if documentation is impacted by this change.

Please review the guidelines for contributing and Pull Request Instructions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Use the `--releasever` option to make sure the repos from the same
minor release as the currently running kernel are used when installing
kernel-devel.

Install kernel-devel before installing the base packages to avoid dkms
pulling kernel-devel from the wrong repos.

Signed-off-by: Jacopo De Amicis <[email protected]>
Copy link

codecov bot commented Nov 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f046842) 76.27% compared to head (701d4db) 76.27%.

Additional details and impacted files
@@             Coverage Diff              @@
##           release-3.8    #2565   +/-   ##
============================================
  Coverage        76.27%   76.27%           
============================================
  Files               13       13           
  Lines             1901     1901           
============================================
  Hits              1450     1450           
  Misses             451      451           
Flag Coverage Δ
unittests 76.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jdeamicis jdeamicis enabled auto-merge (rebase) November 23, 2023 18:56
@jdeamicis jdeamicis merged commit 38073ee into aws:release-3.8 Nov 23, 2023
31 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants