From b0a54f848eecb18250f6a801b89f9f53773d9373 Mon Sep 17 00:00:00 2001 From: jbtrystram Date: Mon, 24 Jun 2024 10:53:43 +0200 Subject: [PATCH] Denylist: add kdump.crash for ppc64le Looks like kexec-tools is not compatible with kernel 6.9, add the test to denylist and snooze it for a couple of weeks. Tracking issue: https://github.com/coreos/fedora-coreos-tracker/issues/1750 See https://github.com/rhkdump/kdump-utils/issues/15 --- kola-denylist.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kola-denylist.yaml b/kola-denylist.yaml index 569ebb6cf..b9ab79f7a 100644 --- a/kola-denylist.yaml +++ b/kola-denylist.yaml @@ -16,3 +16,9 @@ warn: true arches: - ppc64le +- pattern: ext.config.kdump.crash + tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1750 + warn: true + snooze: 2024-07-15 + arches: + - ppc64le