From 2cf8b1ed0784c5c34b5d51a7741e814f53b5de20 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 11 May 2026 13:28:45 -0400 Subject: [PATCH] wildcard the secureboot test skip Since last week [1] we now run iso tests as part of the initial kola run so we need to denylist the iso secureboot tests too. Let's make it a glob match. [1] https://github.com/coreos/coreos-assembler/pull/4377 --- kola-denylist.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kola-denylist.yaml b/kola-denylist.yaml index dc4430e..dd0dc43 100644 --- a/kola-denylist.yaml +++ b/kola-denylist.yaml @@ -3,6 +3,6 @@ # see: https://github.com/coreos/coreos-assembler/pull/866. # We're using a CentOS built kernel for now and secureboot tests are failing -- pattern: basic.uefi-secure +- pattern: '*uefi-secure' snooze: 2026-05-31 tracker: https://github.com/ravanelli/off-layering/pull/3