Skip to content

Commit cbff4b5

Browse files
committed
ci: Enable composefs sealed UKI tests on centos-9
With V1 EROFS as the default, sealed UKIs are now viable on CentOS-9. Replace the blanket composefs exclusion for centos-9 with targeted exclusions for the modes that still don't work: BLS (needs newer dracut) and unsealed composefs. This leaves composefs + sealed + UKI enabled. Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 38c3e49 commit cbff4b5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,14 @@ jobs:
225225
seal_state: ["sealed", "unsealed"]
226226

227227
exclude:
228-
# https://github.com/bootc-dev/bootc/issues/1812
228+
# centos-9 composefs: only sealed UKI is supported (V1 EROFS).
229+
# BLS and unsealed modes require newer dracut/systemd features.
229230
- test_os: centos-9
230231
variant: composefs
232+
boot_type: bls
233+
- test_os: centos-9
234+
variant: composefs
235+
seal_state: unsealed
231236
- seal_state: "sealed"
232237
boot_type: bls
233238
- seal_state: "sealed"

0 commit comments

Comments
 (0)