[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] automation: disable xen,enhanced in qemu-smoke-arm64
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Stefano Stabellini <stefano.stabellini@xxxxxxx>
- Date: Thu, 28 Jul 2022 17:05:57 -0700
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=DsbdAz4BaOsLgxRST17tVlkNQiwdcVM3FUhlcg5CDhk=; b=QBFwlPx+P7/TOKBpYxZMzY+HPLSZcDK0TPTprlTGKVal/LX3vJN/P1iI1s40eNpExj1dRVLsLirDGXHYjuub0t/t7OjRnPr6JaPoP2RuPRRPVUi5A515S2Lg/Q6//j4SMskU5fYXQrAKkHVc8lKT6ShoEUAjUxZQ7dfKKo9yeb5s/bxQy/EGO5cxy9FGjZW8hi3+Yt+KmtNcNHlq8ARl/JgyM8eQFBi/qJ9lkaZN83/fsUOrnf86G4Y8GKA6peFPT1DvmYkcLwgK5oobxVESRdxxUjBfgQsOS8PqRJSl2IOkEnPF5BZARyMc457K/jNcmpbmhsCLhq0YrKVYjg538A==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=MWoYlRmHAgFGozXYu5km7RdPbB+pxTJJXp6/qc7YN6aPupwqgQdbzLjJqfVhqavSYPfzjFAEwcKovTXMpIw67PvUHNNmmooMtFs/90VOAfbyyH2rby/KucB+ZC5UCCqLK3hshITUb7rfjy3jXAW8CubXbnQzfIP8AwvbAZhai0RaP8yOw5u/PpH1IsbEJtxZWvCtZ9CcOgRfJJygVRhPduu1fHRwD7hRlJHvvs/swkd6vOt6JpJ5akzcHEbucRQpcL3RXcFgelkYQNDceohTUElxgZiOa6LKEJb/Ab3FmOJVUSaXhHMIY9iaiL2R1mdKRnxUC+cYfvDFH17Cb+vlzg==
- Cc: <cardoe@xxxxxxxxxx>, <burzalodowa@xxxxxxxxx>, <penny.zheng@xxxxxxx>, Stefano Stabellini <stefano.stabellini@xxxxxxx>
- Delivery-date: Fri, 29 Jul 2022 00:06:34 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
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@xxxxxxx>
---
automation/scripts/qemu-smoke-arm64.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/automation/scripts/qemu-smoke-arm64.sh
b/automation/scripts/qemu-smoke-arm64.sh
index 898398196a..e6f1510c0f 100755
--- a/automation/scripts/qemu-smoke-arm64.sh
+++ b/automation/scripts/qemu-smoke-arm64.sh
@@ -84,6 +84,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"
--
2.25.1
|