Skip to content

Commit

Permalink
wip: add archlinux test-scenario as platform
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangweichinger committed Aug 2, 2024
1 parent 4add29f commit 0deb10e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 74 deletions.
18 changes: 0 additions & 18 deletions molecule/archlinux/converge.yml

This file was deleted.

26 changes: 0 additions & 26 deletions molecule/archlinux/molecule.yml

This file was deleted.

28 changes: 0 additions & 28 deletions molecule/archlinux/verify.yml

This file was deleted.

23 changes: 21 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,31 @@ lint: |
yamllint .
ansible-lint
platforms:
- name: "rclone-${image:-debian11}-${tag:-latest}-${TOX_ENVNAME}"
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
- name: "rclone-${image:-debian12}-${tag:-latest}-${TOX_ENVNAME}"
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian12}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
tmpfs:
- /run
- /tmp
cgroupns_mode: host
privileged: true
pre_build_image: true
#- name: "rclone-${image:-archlinux}-${tag:-latest}-${TOX_ENVNAME}"

Check failure on line 22 in molecule/default/molecule.yml

View workflow job for this annotation

GitHub Actions / lint

yaml[comments]

Missing starting space in comment

Check failure on line 22 in molecule/default/molecule.yml

View workflow job for this annotation

GitHub Actions / lint

yaml[comments]

Missing starting space in comment
- name: "rclone-archlinux"
image: "carlodepieri/docker-archlinux-ansible"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
tmpfs:
- /run
- /tmp
cgroupns_mode: host
privileged: true
pre_build_image: true
ulimits:
- nofile:65535:65535
provisioner:
name: ansible
playbooks:
Expand All @@ -25,3 +42,5 @@ provisioner:
instance:
rclone_release: ${TEST_RELEASE:-stable}
rclone_version: ${TEST_VERSION:-''}
rclone-archlinux:
ansible_user: ansible

0 comments on commit 0deb10e

Please sign in to comment.