From f50b65740180b7dce9946b03497b7aaf04db723b Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:20:02 +0200 Subject: [PATCH] Test missing/incorrect O/S variants. --- pkg/rules/packages-to-test.yml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/pkg/rules/packages-to-test.yml b/pkg/rules/packages-to-test.yml index 1441b68..37a33f4 100644 --- a/pkg/rules/packages-to-test.yml +++ b/pkg/rules/packages-to-test.yml @@ -6,9 +6,11 @@ pkg: image: - "ubuntu:focal" # ubuntu/20.04 - "ubuntu:jammy" # ubuntu/22.04 + - "ubuntu:noble". # ubuntu/24.04 - "debian:buster" # debian/10 - "debian:bullseye" # debian/11 - "debian:bookworm" # debian/12 + - "debian:trixie" # debian/13 published_pkg: - 'ldnsutils' # correct for Ubuntu/Debian target: @@ -26,24 +28,36 @@ test-mode: - 'upgrade-from-published' include: - pkg: 'dnst' - image: 'rockylinux:8' + image: 'almalinux:8' target: 'x86_64' test-mode: 'fresh-install' - pkg: 'dnst' - image: 'rockylinux:8' + image: 'almalinux:8' target: 'x86_64' test-mode: 'upgrade-from-published' published_pkg: 'ldns-utils' rpm_yum_extra_args: --enablerepo powertools - pkg: 'dnst' - image: 'rockylinux:9' + image: 'almalinux:9' target: 'x86_64' test-mode: 'fresh-install' - pkg: 'dnst' - image: 'rockylinux:9' + image: 'almalinux:9' + target: 'x86_64' + test-mode: 'upgrade-from-published' + published_pkg: 'ldns-utils' + rpm_yum_extra_args: --enablerepo crb + + - pkg: 'dnst' + image: 'almalinux:10' + target: 'x86_64' + test-mode: 'fresh-install' + + - pkg: 'dnst' + image: 'almalinux:10' target: 'x86_64' test-mode: 'upgrade-from-published' published_pkg: 'ldns-utils'