Commit 445c2ade authored by Jeff Geerling's avatar Jeff Geerling

Update tests for optimum efficiency.

parent a2350787
...@@ -7,11 +7,8 @@ env: ...@@ -7,11 +7,8 @@ env:
- ROLE_NAME: kubernetes - ROLE_NAME: kubernetes
matrix: matrix:
- MOLECULE_DISTRO: centos7 - MOLECULE_DISTRO: centos7
MOLECULE_DOCKER_COMMAND: /usr/lib/systemd/systemd - MOLECULE_DISTRO: ubuntu1804
- MOLECULE_DISTRO: ubuntu1604
MOLECULE_DOCKER_COMMAND: /lib/systemd/systemd
- MOLECULE_DISTRO: debian9 - MOLECULE_DISTRO: debian9
MOLECULE_DOCKER_COMMAND: /lib/systemd/systemd
install: install:
# Install test dependencies. # Install test dependencies.
......
...@@ -9,11 +9,13 @@ lint: ...@@ -9,11 +9,13 @@ 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: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:ro
- /var/lib/docker - /var/lib/docker
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: true privileged: true
pre_build_image: true pre_build_image: true
provisioner: provisioner:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment