From ceaab5d7ce125eb07651193bdd8fcd1487cbdfde 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kola-denylist.yaml b/kola-denylist.yaml index 569ebb6cf..fce4c4c79 100644 --- a/kola-denylist.yaml +++ b/kola-denylist.yaml @@ -16,3 +16,8 @@ warn: true arches: - ppc64le +- pattern: ext.config.kdump.crash + tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1750 + warn: true + arches: + - ppc64le