From 5ad64ce7568af1efa7b5b0e262e9927495734932 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 15 Apr 2026 22:10:16 +0100 Subject: [PATCH] CI: remove Xen jobs We originally added Xen builds to our CI to exercise Xen on Arm. Now that the Yocto autobuilder has jobs that test Xen on qemuarm/qemuarm64 we no longer need the builds in meta-arm as they don't provide any more coverage. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .gitlab-ci.yml | 3 --- ci/xen.yml | 16 ---------------- 2 files changed, 19 deletions(-) delete mode 100644 ci/xen.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2950e873..1e492cd4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -127,7 +127,6 @@ update-repos: # TS: [none, trusted-services] # TESTING: testimage # SECUREDEBUG: [none, secure-debug] -# VIRT: [none, xen] # Validate layers are Yocto Project Compatible check-layers: @@ -272,7 +271,6 @@ qemuarm64: - DISTRO: poky-tiny FIRMWARE: [u-boot, edk2] TESTING: testimage - - VIRT: xen qemuarm-secureboot: extends: .build @@ -294,7 +292,6 @@ qemuarm: TESTING: testimage - DISTRO: poky-tiny TESTING: testimage - - VIRT: xen qemuarmv5: extends: .build diff --git a/ci/xen.yml b/ci/xen.yml deleted file mode 100644 index 9b08d01d..00000000 --- a/ci/xen.yml +++ /dev/null @@ -1,16 +0,0 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json - -header: - version: 14 - includes: - - ci/meta-virtualization.yml - - ci/poky-altcfg.yml - -local_conf_header: - meta-virt: | - DISTRO_FEATURES:append = " virtualization xen" - sshd: | - IMAGE_FEATURES:append = " ssh-server-openssh" - -target: - - xen-image-minimal