mirror of
https://github.com/NLnetLabs/dnst.git
synced 2026-09-12 04:47:43 +02:00
Test missing/incorrect O/S variants.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user