From 910893edad54510810b517fdf85c107ae017d409 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 5 Dec 2025 13:39:08 -0700 Subject: [PATCH] ci: add qemu tests for Fedora 43, drop Fedora 41 add qemu tests for Fedora 43, drop Fedora 41 Signed-off-by: Rich Megginson --- .github/workflows/qemu-kvm-integration-tests.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/qemu-kvm-integration-tests.yml b/.github/workflows/qemu-kvm-integration-tests.yml index 739354b..4019303 100644 --- a/.github/workflows/qemu-kvm-integration-tests.yml +++ b/.github/workflows/qemu-kvm-integration-tests.yml @@ -27,9 +27,8 @@ jobs: # QEMU - { image: "centos-9", env: "qemu-ansible-core-2.16" } - { image: "centos-10", env: "qemu-ansible-core-2.17" } - # ansible/libdnf5 bug: https://issues.redhat.com/browse/RHELMISC-10110 - # - { image: "fedora-41", env: "qemu-ansible-core-2.17" } - { image: "fedora-42", env: "qemu-ansible-core-2.19" } + - { image: "fedora-43", env: "qemu-ansible-core-2.19" } - { image: "leap-15.6", env: "qemu-ansible-core-2.18" } # container @@ -38,10 +37,10 @@ jobs: # broken on non-running dbus # - { image: "centos-10", env: "container-ansible-core-2.17" } - { image: "centos-10-bootc", env: "container-ansible-core-2.17" } - - { image: "fedora-41", env: "container-ansible-core-2.17" } - { image: "fedora-42", env: "container-ansible-core-2.17" } - - { image: "fedora-41-bootc", env: "container-ansible-core-2.17" } + - { image: "fedora-43", env: "container-ansible-core-2.19" } - { image: "fedora-42-bootc", env: "container-ansible-core-2.17" } + - { image: "fedora-43-bootc", env: "container-ansible-core-2.19" } env: TOX_ARGS: "--skip-tags tests::infiniband,tests::nvme,tests::scsi"