feat(tests): change CICD docker images because they're broken
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

This commit is contained in:
Bertrand Lanson 2024-03-10 20:52:19 +01:00
parent 1b03a5ff63
commit 415823e256
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ driver:
name: docker name: docker
platforms: platforms:
- name: instance - name: instance
image: geerlingguy/docker-${MOLECULE_TEST_OS}-ansible image: ednxzu/molecule:${MOLECULE_TEST_OS}
command: "" command: ""
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup - /sys/fs/cgroup:/sys/fs/cgroup

View File

@ -7,7 +7,7 @@ driver:
name: docker name: docker
platforms: platforms:
- name: instance - name: instance
image: geerlingguy/docker-${MOLECULE_TEST_OS}-ansible image: ednxzu/molecule:${MOLECULE_TEST_OS}
command: "" command: ""
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup - /sys/fs/cgroup:/sys/fs/cgroup