From 1a36bae66dee8dfaf7e5f9637dc5e6fc0ea796c1 Mon Sep 17 00:00:00 2001 From: Adam Piasecki Date: Mon, 2 Dec 2024 14:35:54 +0000 Subject: [PATCH] NO-JIRA: denylist: add ext.config.shared.root-reprovision.luks.autosave-xfs rhel-9.6 builds are now failing with the above. Let's denylist it until a new version of clevis lands. See: https://github.com/openshift/os/issues/1662 --- kola-denylist.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kola-denylist.yaml b/kola-denylist.yaml index 0530512d..6ab89178 100644 --- a/kola-denylist.yaml +++ b/kola-denylist.yaml @@ -35,3 +35,6 @@ - pattern: ext.config.shared.var-mount.luks tracker: https://github.com/openshift/os/issues/1656 + +- pattern: ext.config.shared.root-reprovision.luks.autosave-xfs + tracker: https://github.com/openshift/os/issues/1656