Updating tests
This commit is contained in:
parent
cae6e96be6
commit
c1c5f90bc3
@ -8,18 +8,37 @@ lint:
|
|||||||
enabled: false
|
enabled: false
|
||||||
platforms:
|
platforms:
|
||||||
- name: bionic
|
- name: bionic
|
||||||
image: ubuntu:bionic
|
image: solita/ubuntu-systemd:bionic
|
||||||
|
command: /sbin/init
|
||||||
|
ulimits:
|
||||||
|
- nofile:262144:262144
|
||||||
|
privileged: true
|
||||||
|
memory_reservation: 2048m
|
||||||
- name: xenial
|
- name: xenial
|
||||||
image: solita/ubuntu-systemd:xenial
|
image: solita/ubuntu-systemd:xenial
|
||||||
privileged: true
|
privileged: true
|
||||||
|
memory_reservation: 2048m
|
||||||
command: /sbin/init
|
command: /sbin/init
|
||||||
- name: trusty
|
ulimits:
|
||||||
image: ubuntu:trusty
|
- nofile:262144:262144
|
||||||
|
# - name: trusty
|
||||||
|
# image: ubuntu:trusty
|
||||||
|
# privileged: true
|
||||||
|
# memory_reservation: 2048m
|
||||||
|
# ulimits:
|
||||||
|
# - nofile:262144:262144
|
||||||
- name: centos6
|
- name: centos6
|
||||||
image: centos:6
|
image: centos:6
|
||||||
|
privileged: true
|
||||||
|
memory_reservation: 2048m
|
||||||
|
ulimits:
|
||||||
|
- nofile:262144:262144
|
||||||
- name: centos7
|
- name: centos7
|
||||||
image: milcom/centos7-systemd
|
image: milcom/centos7-systemd
|
||||||
|
memory_reservation: 2048m
|
||||||
privileged: true
|
privileged: true
|
||||||
|
ulimits:
|
||||||
|
- nofile:262144:262144
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user