mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
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:
parent
4e0379ec6e
commit
a192126a57
1 changed files with 3 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue