[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2] CI: Add Arm64/Arm32 MPU build jobs


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Michal Orzel <michal.orzel@xxxxxxx>
  • Date: Wed, 16 Apr 2025 10:21:30 +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=NHVJn6Jg0FETVTCNhE4fZ4jxpmp3g9d55F3oyk/yX7k=; b=D5+zO/Xe42L1p5bzuB/t9W7tk2t16n/UFqZscidh4weJCPcxGe3VrwsywyWtRutu1nqbUGmDUYUytDPxqo+TQv369rL72N1ZSnb0mSuhBT0+F7y3oQtdiJNW/kt+V9CMzRWN6Tk0F3loFvNABfymLtk+W8Ma3dz8Vm9SYg4YxamaY6pU64A603fIhkez5JmTYnDFLnl/8CmmaOkDJ5dktJBL9qOMq2N1qobxjdLp2ex9F93FL+KrAjiKbS5hdlEiAv89TCivOO3DQL22dbqW8PqHiSHLWQtciK/2SHTx35xaYebcikBqpgROA/lbrVsaX23VQKzu0cKSYnZszVO4yA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=sIgEi7Q/vKsjlA7IkRSDFZwtcKcExcbzkji5oLFW9U5Z2K73E91BgT5tHqHMkIhNDKqpY6WSYbrok7oJBzLbWAN6Vy5h4mfRbZ++fBLZDVFR6GgpVkk5yCTygPAPsS7l1T2/EGeKlXAA/6p69Fvvny5hm9hr8eIkmRdOkCLxlCJNvg5/da0Pa8WkkciHP/qtcu+GaAf8XFLus8BTSkiD/qMaOQMKRyvPdmn0Fi4PsBTxiMZ07aNY8BPa0XvGhFkKCNvnoaLcUGZ/QfyVHwn1GsaKYb7TrwvV4Y2raKBDzaYvMijhGeinclPkUVEpNFByFfK9RdSOE5VxD4mOgtbPUg==
  • Cc: Michal Orzel <michal.orzel@xxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
  • Delivery-date: Wed, 16 Apr 2025 08:21:59 +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>
---
Changes in v2:
 - add Arm32 job given recently committed series

Pipeline:
https://gitlab.com/xen-project/people/morzel/xen/-/pipelines/1771015642
---
 automation/gitlab-ci/build.yaml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml
index ac5367874526..ab5211f77e5e 100644
--- a/automation/gitlab-ci/build.yaml
+++ b/automation/gitlab-ci/build.yaml
@@ -379,6 +379,16 @@ debian-bookworm-gcc-arm32-debug-earlyprintk:
       CONFIG_EARLY_UART_CHOICE_PL011=y
       CONFIG_EARLY_UART_BASE_ADDRESS=0x9000000
 
+debian-bookworm-gcc-arm32-debug-mpu:
+  extends: .gcc-arm32-cross-build-debug
+  variables:
+    CONTAINER: debian:bookworm-arm64v8-arm32-gcc
+    HYPERVISOR_ONLY: y
+    EXTRA_XEN_CONFIG: |
+      CONFIG_XEN_START_ADDRESS=0x0
+      CONFIG_MPU=y
+      CONFIG_UNSUPPORTED=y
+
 # Arm builds
 
 debian-bookworm-gcc-arm64:
@@ -443,6 +453,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




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.