Update platforms to test with test kitchen

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith 2017-01-26 11:28:24 -08:00
parent ad88c120c4
commit 77a3ae2fb0
4 changed files with 2 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -3,7 +3,6 @@ source 'https://supermarket.chef.io'
metadata metadata
group :integration do group :integration do
cookbook 'yum'
cookbook 'apt' cookbook 'apt'
cookbook 'test', path: 'test/fixtures/cookbooks/test' cookbook 'test', path: 'test/fixtures/cookbooks/test'
end end