Skip to content

Commit 1c0009b

Browse files
committed
ci: support openSUSE Leap in qemu/kvm test matrix
Some of our system roles now support openSUSE Leap so add this platform to our testing matrix. Signed-off-by: Rich Megginson <[email protected]>
1 parent 7484e14 commit 1c0009b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
# ansible/libdnf5 bug: https://issues.redhat.com/browse/RHELMISC-10110
3131
# - { image: "fedora-41", env: "qemu-ansible-core-2.17" }
3232
- { image: "fedora-42", env: "qemu-ansible-core-2.19" }
33+
- { image: "leap-15.6", env: "qemu-ansible-core-2.18" }
3334

3435
# container
3536
- { image: "centos-9", env: "container-ansible-core-2.16" }
@@ -62,6 +63,7 @@ jobs:
6263
case "$image" in
6364
centos-*) platform=el; platform_version=el"${image#centos-}" ;;
6465
fedora-*) platform=fedora; platform_version="${image/-/}" ;;
66+
leap-*) platform=leap; platform_version="${image}" ;;
6567
esac
6668
supported=
6769
if yq -e '.galaxy_info.galaxy_tags[] | select(. == "'${platform_version}'" or . == "'${platform}'")' meta/main.yml; then

0 commit comments

Comments
 (0)