File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -217,9 +217,11 @@ jobs:
217217 test_os : ${{ fromJson(needs.compute-ci-level.outputs.integration_os_matrix) }}
218218 variant : [ostree, composefs]
219219 filesystem : ["ext4", "xfs"]
220- bootloader : ["grub", "systemd"]
220+ # TODO: Remove "grub" once "grub-cc" is stable
221+ bootloader : ["grub", "grub-cc", "systemd"]
221222 boot_type : ["bls", "uki"]
222223 seal_state : ["sealed", "unsealed"]
224+
223225 exclude :
224226 # https://github.com/bootc-dev/bootc/issues/1812
225227 - test_os : centos-9
@@ -245,6 +247,22 @@ jobs:
245247 - variant : ostree
246248 bootloader : systemd
247249
250+ # For now only have grub-cc tests in F44
251+ - test_os : fedora-45
252+ bootloader : grub-cc
253+ - test_os : fedora-43
254+ bootloader : grub-cc
255+ - test_os : centos-9
256+ bootloader : grub-cc
257+ - test_os : centos-10
258+ bootloader : grub-cc
259+ # Not in ostree
260+ - variant : ostree
261+ bootloader : grub-cc
262+ # Not yet "sealed"
263+ - bootloader : grub-cc
264+ seal_state : sealed
265+
248266 runs-on : ubuntu-24.04
249267
250268 steps :
You can’t perform that action at this time.
0 commit comments