feat(tests): change molecule base docker images to ednxzu/molecule to test stability
All checks were successful
test / Linting (push) Successful in 30s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m20s
test / Molecule tests (default, debian11) (push) Successful in 1m53s
test / Molecule tests (default, debian12) (push) Successful in 1m59s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m22s
test / Molecule tests (with_tls_enabled, debian11) (push) Successful in 1m7s
test / Molecule tests (with_tls_enabled, debian12) (push) Successful in 1m10s
test / Molecule tests (with_tls_enabled, ubuntu2204) (push) Successful in 1m39s
test / Molecule tests (with_tls_enabled, ubuntu2004) (push) Successful in 1m26s
All checks were successful
test / Linting (push) Successful in 30s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m20s
test / Molecule tests (default, debian11) (push) Successful in 1m53s
test / Molecule tests (default, debian12) (push) Successful in 1m59s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m22s
test / Molecule tests (with_tls_enabled, debian11) (push) Successful in 1m7s
test / Molecule tests (with_tls_enabled, debian12) (push) Successful in 1m10s
test / Molecule tests (with_tls_enabled, ubuntu2204) (push) Successful in 1m39s
test / Molecule tests (with_tls_enabled, ubuntu2004) (push) Successful in 1m26s
This commit is contained in:
parent
d90d9717c2
commit
f445ef64e0
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user