automation: disable xen,enhanced in qemu-smoke-arm64
authorStefano Stabellini <stefano.stabellini@amd.com>
Fri, 29 Jul 2022 00:05:57 +0000 (17:05 -0700)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 5 Aug 2022 16:44:59 +0000 (17:44 +0100)
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 <stefano.stabellini@amd.com>
Reviewed-by: Ayan Kumar Halder <ayankuma@amd.com>
Tested-by: Ayan Kumar Halder <ayankuma@amd.com>
automation/scripts/qemu-smoke-arm64.sh

index b48a20988f94e7e670e4b9f07a6a3f893d1c3a2d..497dbee15f3e546e65b97b71a5e8a8e913787fec 100755 (executable)
@@ -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"