diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index f5b339410..ea003dbef 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -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) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4936d028b..f7d6a5510 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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) diff --git a/.packit.yaml b/.packit.yaml index d57a14873..9bcfae7b2 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -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. @@ -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: diff --git a/hack/os-image-map.json b/hack/os-image-map.json index 80ab247c4..ed5340d33 100644 --- a/hack/os-image-map.json +++ b/hack/os-image-map.json @@ -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" } }