Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit bc3e6a9

Browse files
author
Sebastian Gumprich
committed
remove debian 7, oracle 7 and amz from testing
1 parent 11e43b9 commit bc3e6a9

File tree

3 files changed

+8
-20
lines changed

3 files changed

+8
-20
lines changed

.kitchen.vagrant.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ platforms:
6262
- name: oracle-7
6363
driver_config:
6464
box: boxcutter/ol72
65-
- name: debian-7
66-
driver_config:
67-
box: debian-7
68-
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.8_chef-provisionerless.box
6965
- name: debian-8
7066
driver_config:
7167
box: debian-8

.kitchen.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ platforms:
6060
run_command: /sbin/init
6161
provision_command:
6262
- systemctl enable ssh.service
63-
- name: debian7-ansible-latest
64-
driver:
65-
image: rndmh3ro/docker-debian7-ansible:latest
66-
platform: debian
6763
- name: debian8-ansible-latest
6864
driver:
6965
image: rndmh3ro/docker-debian8-ansible:latest

.travis.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ env:
1515
version: latest
1616
init: /sbin/init
1717

18-
- distro: oracle7
19-
init: /usr/lib/systemd/systemd
20-
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
21-
version: latest
18+
# - distro: oracle7
19+
# init: /usr/lib/systemd/systemd
20+
# run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
21+
# version: latest
2222

2323
- distro: ubuntu1604
2424
version: latest
@@ -29,10 +29,6 @@ env:
2929
version: latest
3030
init: /sbin/init
3131

32-
- distro: debian7
33-
version: latest
34-
init: /sbin/init
35-
3632
- distro: debian8
3733
version: latest
3834
init: /sbin/init
@@ -43,10 +39,10 @@ env:
4339
init: /lib/systemd/systemd
4440
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
4541

46-
- distro: amazon
47-
init: /lib/systemd/systemd
48-
version: latest
49-
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
42+
# - distro: amazon
43+
# init: /lib/systemd/systemd
44+
# version: latest
45+
# run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
5046

5147
before_install:
5248
# Pull container

0 commit comments

Comments
 (0)