Skip to content

Commit

Permalink
pdns-os-repos test: add ubuntu-22 and debian-10
Browse files Browse the repository at this point in the history
  • Loading branch information
romeroalx committed Apr 12, 2024
1 parent 689acbc commit 14cea05
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions molecule/pdns-os-repos/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ dependency:
name: galaxy

platforms:
- name: debian-10
groups: ["pdns"]
image: debian:10
privileged: True
volume_mounts:
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
tmpfs:
- /run
- /run/lock
- /tmp
dockerfile_tpl: debian-systemd
environment: { container: docker }

- name: debian-11
groups: ["pdns"]
image: debian:11
Expand All @@ -36,6 +49,14 @@ platforms:
- /tmp
dockerfile_tpl: debian-systemd

- name: ubuntu-2204
groups: ["pdns"]
image: ubuntu:22.04
tmpfs:
- /run
- /tmp
dockerfile_tpl: debian-systemd

# In order to run the tests we need
# a MySQL container to be up & running
- name: mysql
Expand Down

0 comments on commit 14cea05

Please sign in to comment.