You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.0 KiB
44 lines
1.0 KiB
---
|
|
ansible:
|
|
playbook: tests/playbook.yml
|
|
driver:
|
|
name: docker
|
|
verifier:
|
|
name: testinfra
|
|
dependency:
|
|
name: shell
|
|
command: ./.travis/images.sh
|
|
docker:
|
|
build_image: False
|
|
containers:
|
|
- name: xenial
|
|
image: paulfantom/ubuntu-molecule
|
|
image_version: 16.04
|
|
privileged: true
|
|
volume_mounts:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
# - name: stretch
|
|
# image: paulfantom/debian-molecule
|
|
# image_version: 9
|
|
# privileged: true
|
|
# volume_mounts:
|
|
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
- name: jessie
|
|
image: paulfantom/debian-molecule
|
|
image_version: 8
|
|
privileged: true
|
|
volume_mounts:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
# - name: centos7
|
|
# image: paulfantom/centos-molecule
|
|
# image_version: 7
|
|
# privileged: true
|
|
# volume_mounts:
|
|
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
# - name: fedora
|
|
# image: paulfantom/fedora-molecule
|
|
# image_version: 27
|
|
# privileged: true
|
|
# volume_mounts:
|
|
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
|