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

[develop] Install kernel-devel for Rocky Linux from vault #5936

Merged
merged 3 commits into from
Dec 12, 2023

Conversation

enrico-usai
Copy link
Contributor

Description of changes

Cherry pick of: #5935

@enrico-usai enrico-usai added the skip-changelog-update Disables the check that enforces changelog updates in PRs label Dec 12, 2023
@enrico-usai enrico-usai requested review from a team as code owners December 12, 2023 13:59
@enrico-usai enrico-usai changed the title [develop] [develop] Install kernel-devel for Rocky Linux from vault Dec 12, 2023
Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4113122) 90.08% compared to head (e353a0f) 90.08%.

Additional details and impacted files
@@             Coverage Diff              @@
##           release-3.8    #5936   +/-   ##
============================================
  Coverage        90.08%   90.08%           
============================================
  Files              180      180           
  Lines            15670    15670           
============================================
  Hits             14117    14117           
  Misses            1553     1553           
Flag Coverage Δ
unittests 90.08% <ø> (ø)

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 previously approved these changes Dec 12, 2023
kernel-devel should be aligned to the installed version.
If there is kernel 8.8 we should have kernel-devel 8.8.

Without this patch we were installing latest kernel-devel package.
We cannot use `--releasever` to install 8.8 version because it is not more available in the repo.
Previous releases are moved into a vault area once a new minor release version is available for at least a week.

On RHEL8 instead all versions of the packages will remain available.

With this patch we're downloading this specific package from vault and installing it
if it's not available in the repository for the specific release version.

Signed-off-by: Enrico Usai <[email protected]>
Error was:
```
yum update -y
Error:
 Problem: package rocky-repos-8.9-1.6.el8.noarch requires system-release = 8.9-1.6.el8, but none of the providers can be installed
  - cannot install the best update candidate for package rocky-repos-8.8-1.7.el8.noarch
  - package rocky-release-8.9-1.6.el8.noarch is filtered out by exclude filtering
```

Signed-off-by: Enrico Usai <[email protected]>
@enrico-usai enrico-usai merged commit f0d9831 into aws:release-3.8 Dec 12, 2023
25 checks passed
@enrico-usai enrico-usai deleted the wip/r380 branch December 12, 2023 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog-update Disables the check that enforces changelog updates in PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants