Add Ubuntu 22.04 to the molecule tests
Signed-off-by: guenthgr <guenther.grill@sensonic.com>
This commit is contained in:
parent
d0cf4a1e91
commit
d0023b68e0
@ -49,6 +49,28 @@ platforms:
|
|||||||
- cuda_repo
|
- cuda_repo
|
||||||
- ubuntu
|
- 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
|
- name: centos-7
|
||||||
image: geerlingguy/docker-centos7-ansible
|
image: geerlingguy/docker-centos7-ansible
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user