Update tests for optimum efficiency.

master
Jeff Geerling 2018-10-23 10:18:43 -05:00
parent dcc90c07ad
commit 0e9f9cbfe9
2 changed files with 5 additions and 4 deletions

View File

@ -7,9 +7,8 @@ env:
- ROLE_NAME: munin - ROLE_NAME: munin
matrix: matrix:
- MOLECULE_DISTRO: centos7 - MOLECULE_DISTRO: centos7
MOLECULE_DOCKER_COMMAND: /usr/lib/systemd/systemd - MOLECULE_DISTRO: ubuntu1804
- MOLECULE_DISTRO: ubuntu1604 - MOLECULE_DISTRO: ubuntu1604
- MOLECULE_DISTRO: ubuntu1404
install: install:
# Install test dependencies. # Install test dependencies.

View File

@ -9,8 +9,10 @@ lint:
config-file: molecule/default/yaml-lint.yml config-file: molecule/default/yaml-lint.yml
platforms: platforms:
- name: instance - name: instance
image: geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-"sleep infinity"} command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: true privileged: true
pre_build_image: true pre_build_image: true
provisioner: provisioner: