Skip to content

Commit 6b0e715

Browse files
ci: Add grub-cc to matrix
Only run grub-cc tests for f45 for now Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com>
1 parent 55f54c8 commit 6b0e715

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)