Skip to content

Commit

Permalink
ci-automation/image-changes: Strip kernel versions in initrd reports
Browse files Browse the repository at this point in the history
This is something that we already do for production image and for OEM
sysext images.
  • Loading branch information
krnowak committed Sep 26, 2023
1 parent e326a90 commit cfee224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-automation/image_changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ function print_image_reports() {
yell "Init ramdisk differences compared to ${previous_version_description}"
underline "Image init ramdisk file changes, compared to ${previous_version_description}:"
env \
"${package_diff_env[@]}" FILE=flatcar_production_image_initrd_contents.txt FILESONLY=1 \
"${package_diff_env[@]}" FILE=flatcar_production_image_initrd_contents.txt FILESONLY=1 CUTKERNEL=1 \
"${flatcar_build_scripts_repo}/package-diff" "${package_diff_params[@]}"

underline "Image init ramdisk file size changes, compared to ${previous_version_description}:"
Expand Down

0 comments on commit cfee224

Please sign in to comment.