From: Stefano Stabellini Date: Fri, 29 Jul 2022 00:05:57 +0000 (-0700) Subject: automation: disable xen,enhanced in qemu-smoke-arm64 X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~338 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6d6aee437e37fced0c49be97e08c30da873690fc;p=xen.git automation: disable xen,enhanced in qemu-smoke-arm64 Disable xen,enhanced because we don't use PV drivers in this test and also because the kernel used for testing is old and unpatched and would break if xen,enhanced is passed. This patch unbreaks gitlab-ci. Signed-off-by: Stefano Stabellini Reviewed-by: Ayan Kumar Halder Tested-by: Ayan Kumar Halder --- diff --git a/automation/scripts/qemu-smoke-arm64.sh b/automation/scripts/qemu-smoke-arm64.sh index b48a20988f..497dbee15f 100755 --- a/automation/scripts/qemu-smoke-arm64.sh +++ b/automation/scripts/qemu-smoke-arm64.sh @@ -83,6 +83,7 @@ NUM_DOMUS=1 DOMU_KERNEL[0]="Image" DOMU_RAMDISK[0]="initrd" DOMU_MEM[0]="256" +DOMU_ENHANCED[0]=0 LOAD_CMD="tftpb" UBOOT_SOURCE="boot.source"