Add Ubuntu 22.04 to the molecule tests

Signed-off-by: guenthgr <guenther.grill@sensonic.com>
This commit is contained in:
guenthgr 2022-07-28 07:14:48 +02:00
parent d0cf4a1e91
commit d0023b68e0

View File

@ -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: