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'