Skip to content

[test] Fix Github system tests on Ubuntu #2991

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

Merged
merged 1 commit into from
Jul 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kitchen.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ driver:
name: dokken
platform: linux/amd64
pull_platform_image: false # Use the local images, prevent pull of docker images from Docker Hub,
chef_version: 18.7.3 # Chef version aligned with the one used to build the images
chef_version: 18.7.10
chef_image: cincproject/cinc
env:
# Since the kernel version of the docker images is not in the expected pattern,
Expand Down Expand Up @@ -59,7 +59,7 @@ platforms:
cluster:
base_os: ubuntu2404
# Since the kernel version of the docker images is not compatible (6.2.0-1016-azure), set a fake kernel value to permit to install Lustre on docker.
kernel_release: '5.15.0-1028-aws'
kernel_release: '6.8.0-1031-aws'
- name: rhel8
driver:
image: <% if ENV['KITCHEN_RHEL8_IMAGE'] %> <%= ENV['KITCHEN_RHEL8_IMAGE'] %> <% else %> registry.access.redhat.com/ubi8/ubi <% end %>
Expand Down
Loading