Skip to content

Commit

Permalink
Add Ubuntu 22.04 to the molecule tests
Browse files Browse the repository at this point in the history
Signed-off-by: guenthgr <guenther.grill@sensonic.com>
  • Loading branch information
guenthgr committed Jul 28, 2022
1 parent d0cf4a1 commit d0023b6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,28 @@ platforms:
- cuda_repo
- ubuntu

- name: ubuntu-2204-canonical
image: geerlingguy/docker-ubuntu2204-ansible
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
command: /sbin/init
pre_build_image: true
privileged: true
groups:
- canonical_repo
- ubuntu

- name: ubuntu-2204-cuda
image: geerlingguy/docker-ubuntu2204-ansible
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
command: /sbin/init
pre_build_image: true
privileged: true
groups:
- cuda_repo
- ubuntu

- name: centos-7
image: geerlingguy/docker-centos7-ansible
volumes:
Expand Down

0 comments on commit d0023b6

Please sign in to comment.