On 20/02/2025 10:56 pm, Stefano Stabellini wrote:
> automation: upgrade arm32 kernel from bullseye to bookworm
>
> Signed-off-by: Stefano Stabellini <stefano.stabell...@amd.com>
>
> diff --git a/automation/scripts/qemu-smoke-dom0less-arm32.sh 
> b/automation/scripts/qemu-smoke-dom0less-arm32.sh
> index 41f6e5d8e6..0c94e662aa 100755
> --- a/automation/scripts/qemu-smoke-dom0less-arm32.sh
> +++ b/automation/scripts/qemu-smoke-dom0less-arm32.sh
> @@ -11,7 +11,7 @@ serial_log="$(pwd)/smoke.serial"
>  
>  cd binaries
>  # Use the kernel from Debian
> -curl --fail --silent --show-error --location --output vmlinuz 
> https://deb.debian.org/debian/dists/bullseye/main/installer-armhf/current/images/netboot/vmlinuz
> +curl --fail --silent --show-error --location --output vmlinuz 
> https://deb.debian.org/debian/dists/bookworm/main/installer-armhf/current/images/netboot/vmlinuz
>  # Use a tiny initrd based on busybox from Alpine Linux
>  curl --fail --silent --show-error --location --output initrd.tar.gz 
> https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/armhf/alpine-minirootfs-3.15.1-armhf.tar.gz


This isn't even deterministic, because it's always taking the latest
debian kernel.  Can we please get this into test-artefacts so it becomes
stable.

Also, do we really want to be mixing an up-to-date debian kernel with a
very obsolete Alpine initrd?

~Andrew

Reply via email to