diff mbox series

CI: don't testimage core-image-initramfs-boot

Message ID 20260227135234.2011194-1-ross.burton@arm.com
State New
Headers show
Series CI: don't testimage core-image-initramfs-boot | expand

Commit Message

Ross Burton Feb. 27, 2026, 1:52 p.m. UTC
A recent change to image dependencies in oe-core master[1] means that
TESTIMAGE_AUTO tries to test more images than before.

Explicitly reset TESTIMAGE_AUTO for core-image-initramfs-boot so that it
doesn't try to testimage an initramfs.

[1] oe-core b75c21fb950 ("image_types_wic.bbclass: add depend on initramfs")

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/testimage.yml | 2 ++
 1 file changed, 2 insertions(+)

Comments

Jon Mason Feb. 27, 2026, 7 p.m. UTC | #1
On Fri, 27 Feb 2026 13:52:34 +0000, Ross Burton wrote:
> A recent change to image dependencies in oe-core master[1] means that
> TESTIMAGE_AUTO tries to test more images than before.
> 
> Explicitly reset TESTIMAGE_AUTO for core-image-initramfs-boot so that it
> doesn't try to testimage an initramfs.
> 
> [1] oe-core b75c21fb950 ("image_types_wic.bbclass: add depend on initramfs")
> 
> [...]

Applied, thanks!

[1/1] CI: don't testimage core-image-initramfs-boot
      commit: 3c92c9950f256ce6a10780b63dc79234efcfa7bb

Best regards,
diff mbox series

Patch

diff --git a/ci/testimage.yml b/ci/testimage.yml
index afc53ed45c..fea713e040 100644
--- a/ci/testimage.yml
+++ b/ci/testimage.yml
@@ -9,6 +9,8 @@  local_conf_header:
   testimage: |
     IMAGE_CLASSES += "testimage"
     TESTIMAGE_AUTO = "1"
+    # Don't testimage initramfs
+    TESTIMAGE_AUTO:pn-core-image-initramfs-boot = "0"
   kvm: |
     QEMU_USE_KVM = ""
   slirp: |