deploy_keepalived/molecule/default/molecule.yml
Bertrand Lanson 415823e256
Some checks failed
test / Linting (push) Successful in 11s
test / Molecule tests (default, debian12) (push) Failing after 2m15s
test / Molecule tests (with_custom_conf, debian11) (push) Successful in 2m26s
test / Molecule tests (with_custom_conf, ubuntu2004) (push) Failing after 2m22s
test / Molecule tests (with_custom_conf, ubuntu2204) (push) Successful in 2m47s
test / Molecule tests (default, ubuntu2004) (push) Failing after 2m58s
test / Molecule tests (default, ubuntu2204) (push) Has been cancelled
test / Molecule tests (default, debian11) (push) Failing after 2m32s
test / Molecule tests (with_custom_conf, debian12) (push) Successful in 3m17s
feat(tests): change CICD docker images because they're broken
2024-03-10 20:52:19 +01:00

38 lines
643 B
YAML

---
dependency:
name: galaxy
options:
requirements-file: ./requirements.yml
driver:
name: docker
platforms:
- name: instance
image: ednxzu/molecule:${MOLECULE_TEST_OS}
command: ""
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup
cgroupns_mode: host
privileged: true
pre_build_image: true
provisioner:
name: ansible
config_options:
defaults:
remote_tmp: /tmp/.ansible
verifier:
name: ansible
scenario:
name: default
test_sequence:
- dependency
- cleanup
- destroy
- syntax
- create
- prepare
- converge
- idempotence
- verify
- cleanup
- destroy