From 7be14bb574bbf2eebf70e2f98d311215ff019216 Mon Sep 17 00:00:00 2001 From: Mayank Singh Date: Fri, 10 Jul 2026 08:32:22 +0000 Subject: [PATCH] add exception to acl.kdump for qemu + aarch64 Signed-off-by: Mayank Singh --- acl/tests/kola_enforcing.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/acl/tests/kola_enforcing.yaml b/acl/tests/kola_enforcing.yaml index af20f15ba94..1ff96a9d604 100644 --- a/acl/tests/kola_enforcing.yaml +++ b/acl/tests/kola_enforcing.yaml @@ -58,6 +58,9 @@ tests: exceptions: - bootloader: [grub] reason: acl.kdump requires UKI boot (addon-based crashkernel) + - platforms: [qemu] + architectures: [aarch64] + reason: Crash dump under TCG emulation is too slow and I/O-variable to be reliable, aarch64 coverage via Azure. - name: acl.kdump.grub exceptions: @@ -65,6 +68,9 @@ tests: reason: writing /oem/grub.cfg does not persist across reboot on cloud platforms. - bootloader: [uki] reason: acl.kdump.grub is for GRUB images only + - platforms: [qemu] + architectures: [aarch64] + reason: Crash dump under TCG emulation is too slow and I/O-variable to be reliable. - name: acl.ignition.v1.users - name: acl.ignition.v2.users