[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] automation: Add Arm64 MPU build job
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Michal Orzel <michal.orzel@xxxxxxx>
- Date: Thu, 3 Apr 2025 10:19:16 +0200
- 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 (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; 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=siK3ewKkAJq17lVUU6E9iWSkb/n2a7tTFyiT/lNAD+o=; b=qlRtaRjWDOMR28PN5oEtXWsBP2fXskin3k7Pqg1mHHM1O9Q7mXCZY1lt46x1n/bNyvM+IWH+5fdFGXLSwdHi5+v855noEJzYYvB65cijucF2nQ7Fk61w+rhTdsiGJh397xRFRXw/RTDyN6mPFBsvgSfkovb9cA2kgtg0oKQh/2XacRwPTrXJfALhFu/scdo5vxGDWaCZthQlABDTbs69JMnr3rnhW0QN+r78bACBuH4yVcfc+c9fVh4TBMQl+xXTk6hrgUlNY8DIvKEVRZR+07i6FCGsHizo0TMxwh2vUlI7k4q15u8tdCQrxgr7Uw/k59L//djwoZaA59F1hsEGCw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=Fwkvxu+FmEXVqSuPUh/Z2X4g7auYrv3c9KtKFChfW3Qs9rao1+XwvCL9u+iGIdc1KIL7Ui9zc7tDT2Y7WRd9BlJLNsIJZV8JJ6I45mdcl7wCvgxeJjIWLh/mteQdZtLEN85AjPoY/LYSmNnL1i0UiRH3D9w9W0pdM5lHxIOpEzTR6ykdxxj7W2lW2dR7xcI9bmMkTrfJUp2Yd2sekrin4FJkkYU1FYpTVbHbbwRG1BqhLx9/Ag07XJksSt5zZ3Ha86YTFvoW3BuGGzUGS1L8z5BAssFa7XGEi+VcLqDdm3df4WApmKc1Tsq7usRywSoPffnF9ueJuIhKE4vMIx7AsQ==
- Cc: Michal Orzel <michal.orzel@xxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Luca Fancellu <luca.fancellu@xxxxxxx>
- Delivery-date: Thu, 03 Apr 2025 08:19:49 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Just like for RISCV and PPC, the earlier we enable the CI build the
better.
Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx>
---
automation/gitlab-ci/build.yaml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml
index 2513908b059b..8cb770d6ff27 100644
--- a/automation/gitlab-ci/build.yaml
+++ b/automation/gitlab-ci/build.yaml
@@ -476,6 +476,16 @@ alpine-3.18-gcc-debug-arm64-earlyprintk:
CONFIG_EARLY_UART_CHOICE_PL011=y
CONFIG_EARLY_UART_BASE_ADDRESS=0x9000000
+alpine-3.18-gcc-debug-arm64-mpu:
+ extends: .gcc-arm64-build-debug
+ variables:
+ CONTAINER: alpine:3.18-arm64v8
+ HYPERVISOR_ONLY: y
+ EXTRA_XEN_CONFIG: |
+ CONFIG_XEN_START_ADDRESS=0x0
+ CONFIG_MPU=y
+ CONFIG_UNSUPPORTED=y
+
# Yocto test jobs
yocto-qemuarm64:
extends: .yocto-test-arm64
--
2.25.1
|