Skip to content

Commit

Permalink
Add fake kernel version to Rocky Dokken config
Browse files Browse the repository at this point in the history
Dokken tests with Rocky would try to install a version of
kernel-devel based on the outcome of `uname -r`, which comes
from the host system.

Add version compatible with the fake kernel release to fix
the issue.

Signed-off-by: Jacopo De Amicis <[email protected]>
  • Loading branch information
jdeamicis committed Nov 24, 2023
1 parent fd361b9 commit 7de7ff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kitchen.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ platforms:
cluster:
base_os: rocky8
kernel_release: '4.18.0-477.10.1.el8_8.fake-value'
kernel_source-package-version: '4.18.0-477.10.1.el8_8'

0 comments on commit 7de7ff8

Please sign in to comment.