Update platforms to test with test kitchen
Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
ad88c120c4
commit
77a3ae2fb0
@ -53,13 +53,6 @@ platforms:
|
|||||||
intermediate_instructions:
|
intermediate_instructions:
|
||||||
- RUN dnf -y install yum which systemd-sysv initscripts
|
- RUN dnf -y install yum which systemd-sysv initscripts
|
||||||
|
|
||||||
- name: ubuntu-12.04
|
|
||||||
driver:
|
|
||||||
image: ubuntu-upstart:12.04
|
|
||||||
pid_one_command: /sbin/init
|
|
||||||
intermediate_instructions:
|
|
||||||
- RUN /usr/bin/apt-get update
|
|
||||||
|
|
||||||
- name: ubuntu-14.04
|
- name: ubuntu-14.04
|
||||||
driver:
|
driver:
|
||||||
image: ubuntu-upstart:14.04
|
image: ubuntu-upstart:14.04
|
||||||
|
@ -6,17 +6,14 @@ provisioner:
|
|||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: centos-6.8
|
- name: centos-6.8
|
||||||
- name: centos-7.2
|
- name: centos-7.3
|
||||||
- name: debian-7.11
|
- name: debian-7.11
|
||||||
run_list: apt::default
|
run_list: apt::default
|
||||||
- name: debian-8.6
|
- name: debian-8.6
|
||||||
run_list: apt::default
|
run_list: apt::default
|
||||||
- name: fedora-25
|
- name: fedora-25
|
||||||
run_list: yum::dnf_yum_compat
|
|
||||||
- name: opensuse-13.2
|
- name: opensuse-13.2
|
||||||
- name: opensuse-leap-42.1
|
- name: opensuse-leap-42.2
|
||||||
- name: ubuntu-12.04
|
|
||||||
run_list: apt::default
|
|
||||||
- name: ubuntu-14.04
|
- name: ubuntu-14.04
|
||||||
run_list: apt::default
|
run_list: apt::default
|
||||||
- name: ubuntu-16.04
|
- name: ubuntu-16.04
|
||||||
|
@ -22,7 +22,6 @@ env:
|
|||||||
matrix:
|
matrix:
|
||||||
- INSTANCE=default-centos-6
|
- INSTANCE=default-centos-6
|
||||||
- INSTANCE=default-centos-7
|
- INSTANCE=default-centos-7
|
||||||
- INSTANCE=default-ubuntu-1204
|
|
||||||
- INSTANCE=default-ubuntu-1404
|
- INSTANCE=default-ubuntu-1404
|
||||||
- INSTANCE=default-ubuntu-1604
|
- INSTANCE=default-ubuntu-1604
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user