mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-27 02:21:37 +01:00
jenkins/images: print kernel config changes
Sometimes the Linux build system changes and results in unexpected kernel config results. Print changes in the kernel config as part of the image diff report.
This commit is contained in:
parent
fff05f00c5
commit
0ce2b0bef8
@ -162,6 +162,9 @@ echo
|
||||
echo "Image file changes, compared to ${CHANNEL_A} ${VERSION_A}:"
|
||||
FILE=flatcar_production_image_contents.txt FILESONLY=1 CUTKERNEL=1 ./package-diff "${VERSION_A}" "${FLATCAR_VERSION}"
|
||||
echo
|
||||
echo "Image kernel config changes, compared to ${CHANNEL_A} ${VERSION_A}:"
|
||||
FILE=flatcar_production_image_kernel_config.txt ./package-diff "${VERSION_A}" "${FLATCAR_VERSION}"
|
||||
echo
|
||||
echo "Image file size change (includes /boot, /usr and the default rootfs partitions), compared to ${CHANNEL_A} ${VERSION_A}:"
|
||||
FILE=flatcar_production_image_contents.txt CALCSIZE=1 ./package-diff "${VERSION_A}" "${FLATCAR_VERSION}"
|
||||
echo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user