Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Commit

Permalink
Update platforms to test with test kitchen
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Jan 26, 2017
1 parent 06118e7 commit ee853ff
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .kitchen.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ platforms:
intermediate_instructions:
- 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
driver:
image: ubuntu-upstart:14.04
Expand Down
6 changes: 2 additions & 4 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ provisioner:

platforms:
- name: centos-6.8
- name: centos-7.2
- name: centos-7.3
- name: debian-7.11
- name: debian-8.6
- name: fedora-25
run_list: yum::dnf_yum_compat
- name: opensuse-13.2
- name: opensuse-leap-42.1
- name: ubuntu-12.04
- name: opensuse-leap-42.2
- name: ubuntu-14.04
- name: ubuntu-16.04

Expand Down
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ services: docker

env:
matrix:
- INSTANCE=resource-x509-ubuntu-1204
- INSTANCE=resource-x509-ubuntu-1404
- INSTANCE=resource-x509-ubuntu-1604
- INSTANCE=resource-x509-debian-7
Expand All @@ -29,8 +28,6 @@ env:
- INSTANCE=resource-x509-centos-7
- INSTANCE=resource-x509-opensuse-132
- INSTANCE=resource-x509-opensuse-leap
- INSTANCE=resource-x509-fedora-latest
- INSTANCE=upgrade-ubuntu-1204
- INSTANCE=upgrade-ubuntu-1404
- INSTANCE=upgrade-ubuntu-1604
- INSTANCE=upgrade-debian-7
Expand Down
1 change: 0 additions & 1 deletion Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ metadata

group :integration do
cookbook 'test', path: 'test/fixtures/cookbooks/test'
cookbook 'yum'
end

0 comments on commit ee853ff

Please sign in to comment.