Skip to content

Commit f13256a

Browse files
committed
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>
1 parent f7aa728 commit f13256a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/qemu-kvm-integration-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ jobs:
2727
# QEMU
2828
- { image: "centos-9", env: "qemu-ansible-core-2.16" }
2929
- { image: "centos-10", env: "qemu-ansible-core-2.17" }
30-
# ansible/libdnf5 bug: https://issues.redhat.com/browse/RHELMISC-10110
31-
# - { image: "fedora-41", env: "qemu-ansible-core-2.17" }
3230
- { image: "fedora-42", env: "qemu-ansible-core-2.19" }
31+
- { image: "fedora-43", env: "qemu-ansible-core-2.19" }
3332
- { image: "leap-15.6", env: "qemu-ansible-core-2.18" }
3433

3534
# container
@@ -38,10 +37,10 @@ jobs:
3837
# broken on non-running dbus
3938
# - { image: "centos-10", env: "container-ansible-core-2.17" }
4039
- { image: "centos-10-bootc", env: "container-ansible-core-2.17" }
41-
- { image: "fedora-41", env: "container-ansible-core-2.17" }
4240
- { image: "fedora-42", env: "container-ansible-core-2.17" }
43-
- { image: "fedora-41-bootc", env: "container-ansible-core-2.17" }
41+
- { image: "fedora-43", env: "container-ansible-core-2.19" }
4442
- { image: "fedora-42-bootc", env: "container-ansible-core-2.17" }
43+
- { image: "fedora-43-bootc", env: "container-ansible-core-2.19" }
4544

4645
env:
4746
TOX_ARGS: "--skip-tags tests::infiniband,tests::nvme,tests::scsi"

0 commit comments

Comments
 (0)