Skip to content

Commit 148f416

Browse files
[test] Fix Github system tests on Ubuntu
This commit fixes the following issue: 1. On Ubuntu 24 mock a kernel version that is actually from Ubuntu 24 instead of 22 2. Upgrade Chef version in system test to fix an known issue chef/chef#14928, which was failing for both Ubuntu22 and Ubuntu 24 Signed-off-by: Hanwen <[email protected]>
1 parent 8f81a89 commit 148f416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kitchen.docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ driver:
33
name: dokken
44
platform: linux/amd64
55
pull_platform_image: false # Use the local images, prevent pull of docker images from Docker Hub,
6-
chef_version: 18.7.3 # Chef version aligned with the one used to build the images
6+
chef_version: 18.7.10
77
chef_image: cincproject/cinc
88
env:
99
# Since the kernel version of the docker images is not in the expected pattern,
@@ -59,7 +59,7 @@ platforms:
5959
cluster:
6060
base_os: ubuntu2404
6161
# 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.
62-
kernel_release: '5.15.0-1028-aws'
62+
kernel_release: '6.8.0-1031-aws'
6363
- name: rhel8
6464
driver:
6565
image: <% if ENV['KITCHEN_RHEL8_IMAGE'] %> <%= ENV['KITCHEN_RHEL8_IMAGE'] %> <% else %> registry.access.redhat.com/ubi8/ubi <% end %>

0 commit comments

Comments
 (0)