Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
publish-images:
strategy:
matrix:
test_os: [fedora-43, fedora-44, centos-9, centos-10]
test_os: [fedora-43, fedora-44, fedora-45, centos-9, centos-10]
variant: [ostree, composefs-sealeduki-sdboot]
exclude:
# centos-9 UKI is experimental/broken (https://github.com/bootc-dev/bootc/issues/1812)
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
strategy:
fail-fast: false
matrix:
test_os: [fedora-43, fedora-44, centos-9, centos-10]
test_os: [fedora-43, fedora-44, fedora-45, centos-9, centos-10]

runs-on: ubuntu-24.04

Expand Down Expand Up @@ -159,8 +159,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# No fedora-44 due to https://bugzilla.redhat.com/show_bug.cgi?id=2429501
test_os: [fedora-43, centos-9, centos-10]
test_os: [fedora-43, fedora-44, centos-9, centos-10]
variant: [ostree, composefs-sealeduki-sdboot]
exclude:
# centos-9 UKI is experimental/broken (https://github.com/bootc-dev/bootc/issues/1812)
Expand Down
10 changes: 7 additions & 3 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- fedora-43-x86_64
- fedora-43-aarch64
- fedora-43-s390x
- fedora-44-x86_64
- fedora-44-aarch64
- fedora-44-s390x
# Sanity check on secondary targets, fewer architectures just
# because the chance that we break e.g. ppc64le *just* on
# rawhide is basically nil.
Expand All @@ -69,9 +72,10 @@ jobs:
- centos-stream-10-aarch64
- fedora-43-x86_64
- fedora-43-aarch64
# https://bugzilla.redhat.com/show_bug.cgi?id=2429501
# - fedora-rawhide-x86_64
# - fedora-rawhide-aarch64
- fedora-44-x86_64
- fedora-44-aarch64
- fedora-rawhide-x86_64
- fedora-rawhide-aarch64
tmt_plan: /tmt/plans/integration
tf_extra_params:
environments:
Expand Down
6 changes: 4 additions & 2 deletions hack/os-image-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
"centos-10": "quay.io/centos-bootc/centos-bootc:stream10",
"fedora-42": "quay.io/fedora/fedora-bootc:42",
"fedora-43": "quay.io/fedora/fedora-bootc:43",
"fedora-44": "quay.io/fedora/fedora-bootc:rawhide"
"fedora-44": "quay.io/fedora/fedora-bootc:44",
"fedora-45": "quay.io/fedora/fedora-bootc:rawhide"
},
"buildroot-base": {
"centos-9": "quay.io/centos/centos:stream9",
"centos-10": "quay.io/centos/centos:stream10",
"fedora-42": "quay.io/fedora/fedora:42",
"fedora-43": "quay.io/fedora/fedora:43",
"fedora-44": "quay.io/fedora/fedora:rawhide"
"fedora-44": "quay.io/fedora/fedora:44",
"fedora-45": "quay.io/fedora/fedora:rawhide"
}
}
Loading