Skip to content

Commit

Permalink
test: add debian bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
escalate committed Feb 17, 2024
1 parent aa3ffcc commit 461f7c3
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,28 @@ dependency:
driver:
name: docker

lint: |
set -e
ec
yamllint --strict --config-file .yamllint .
ansible-lint .
flake8
platforms:
- name: instance
- name: bullseye
image: debian:bullseye
dockerfile: Dockerfile.j2
override_command: false
tmpfs:
- /run
- /tmp
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
- name: bookworm
image: debian:bookworm
dockerfile: Dockerfile.j2
override_command: false
tmpfs:
- /run
- /tmp
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true

provisioner:
Expand All @@ -34,3 +39,5 @@ provisioner:

verifier:
name: testinfra
options:
junit-xml: molecule.xml

0 comments on commit 461f7c3

Please sign in to comment.