Skip to content

Commit 07e04f0

Browse files
Merge pull request #9 from MonolithProjects/develop
Enabled Ubuntu molecule auto tests Former-commit-id: 0a5d0a0
2 parents ff0ffc4 + f73470c commit 07e04f0

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

molecule/default/molecule.yml

+20-20
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,26 @@ platforms:
2424
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2525
privileged: yes
2626
pre_build_image: yes
27-
# - name: Ubuntu16
28-
# image: monolithprojects/systemd-ubuntu16:latest
29-
# command: /sbin/init
30-
# tmpfs:
31-
# - /run
32-
# - /tmp
33-
# volumes:
34-
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
35-
# privileged: yes
36-
# pre_build_image: yes
37-
# - name: Ubuntu18
38-
# image: monolithprojects/systemd-ubuntu18:latest
39-
# command: /sbin/init
40-
# tmpfs:
41-
# - /run
42-
# - /tmp
43-
# volumes:
44-
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
45-
# privileged: yes
46-
# pre_build_image: yes
27+
- name: Ubuntu16
28+
image: monolithprojects/systemd-ubuntu16:latest
29+
command: /sbin/init
30+
tmpfs:
31+
- /run
32+
- /tmp
33+
volumes:
34+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
35+
privileged: yes
36+
pre_build_image: yes
37+
- name: Ubuntu18
38+
image: monolithprojects/systemd-ubuntu18:latest
39+
command: /sbin/init
40+
tmpfs:
41+
- /run
42+
- /tmp
43+
volumes:
44+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
45+
privileged: yes
46+
pre_build_image: yes
4747
provisioner:
4848
name: ansible
4949
playbooks:

0 commit comments

Comments
 (0)