Skip to content

Commit

Permalink
Merge molecule default and ci scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Cook committed May 13, 2024
1 parent aee7ce6 commit 98e8c7e
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: python -m pip install ansible molecule molecule-plugins[docker] docker

- name: Run Molecule tests.
run: molecule test --driver-name docker --scenario-name ci
run: molecule test --driver-name docker
env:
PLATFORM_NAME: ${{ matrix.platform.name }}
PLATFORM_IMAGE: ${{ matrix.platform.image }}
Expand Down
6 changes: 0 additions & 6 deletions molecule/ci/converge.yml

This file was deleted.

29 changes: 0 additions & 29 deletions molecule/ci/molecule.yml

This file was deleted.

26 changes: 0 additions & 26 deletions molecule/ci/prepare.yml

This file was deleted.

2 changes: 0 additions & 2 deletions molecule/ci/requirements.yml

This file was deleted.

29 changes: 0 additions & 29 deletions molecule/ci/verify.yml

This file was deleted.

4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependency:
driver:
name: podman
platforms:
- name: ${MOLECULE_DISTRO:-ubuntu2404}
image: docker.io/geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2404}-ansible:latest
- name: ${PLATFORM_NAME:-ubuntu2404}
image: ${PLATFORM_IMAGE:-"docker.io/geerlingguy/docker-ubuntu2404-ansible:latest"}
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
Expand Down

0 comments on commit 98e8c7e

Please sign in to comment.