ci: add qemu tests for Fedora 43, drop Fedora 41

add qemu tests for Fedora 43, drop Fedora 41

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson 2025-12-05 13:38:56 -07:00
parent 4e0379ec6e
commit 2c6e8cff40

View file

@ -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"