Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions acl/tests/kola_enforcing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,19 @@ 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:
- platforms: [azure]
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
Expand Down
Loading