Skip to content

Commit

Permalink
Update the platforms we test on
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed May 26, 2018
1 parent 9ab1158 commit e6fdd8a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ platforms:
image: amazonlinux:latest
pid_one_command: /sbin/init

- name: debian-7
driver:
image: debian:7
pid_one_command: /sbin/init
intermediate_instructions:
- RUN /usr/bin/apt-get update
- RUN /usr/bin/apt-get install apt-transport-https lsb-release procps net-tools -y

- name: debian-8
driver:
image: debian:8
Expand Down
10 changes: 3 additions & 7 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ platforms:
box: mvbcoding/awslinux
- name: centos-6
- name: centos-7
- name: debian-7
run_list: apt::default
- name: debian-8
run_list: apt::default
- name: fedora-26
- name: freebsd-10
- name: debian-9
run_list: apt::default
- name: fedora-28
- name: freebsd-11
- name: opensuse-leap-42
- name: sles-11.2
Expand All @@ -43,9 +42,6 @@ platforms:
- name: solaris-11.3
driver_config:
box: chef/solaris-11.3
- name: macosx-10.10
driver_config:
box: chef/macosx-10.10
- name: macosx-10.11
driver_config:
box: chef/macosx-10.10
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ env:
matrix:
- INSTANCE=default-centos-6
- INSTANCE=default-centos-7
- INSTANCE=default-debian-7
- INSTANCE=default-debian-8
- INSTANCE=default-debian-9
- INSTANCE=default-fedora-latest
- INSTANCE=default-opensuse-leap
- INSTANCE=default-ubuntu-1404
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

source 'https://rubygems.org'

gem 'stove'
gem 'community_cookbook_releaser'

0 comments on commit e6fdd8a

Please sign in to comment.