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

Commit 2be7ce4

Browse files
authored
Merge pull request #38 from cnkk/master
Add test support for Debian Buster
2 parents 4cc5276 + 8d855be commit 2be7ce4

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.kitchen.vagrant.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ platforms:
4040
- name: debian-9
4141
driver_config:
4242
box: bento/debian-9
43+
- name: debian-10
44+
driver_config:
45+
box: bento/debian-10
4346
- name: amazon
4447
driver_config:
4548
box: bento/amazonlinux-2

.kitchen.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ platforms:
5959
provision_command:
6060
- apt install -y systemd-sysv
6161
- systemctl enable ssh.service
62+
- name: debian10-ansible-latest
63+
driver:
64+
image: rndmh3ro/docker-debian10-ansible:latest
65+
platform: debian
66+
run_command: /sbin/init
67+
provision_command:
68+
- apt install -y systemd-sysv
69+
- systemctl enable ssh.service
6270
- name: amazon-ansible-latest
6371
driver:
6472
image: rndmh3ro/docker-amazon-ansible:latest

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ env:
3838
# init: /lib/systemd/systemd
3939
# run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
4040

41+
- distro: debian10
42+
version: latest
43+
init: /lib/systemd/systemd
44+
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
45+
4146
- distro: amazon
4247
init: /lib/systemd/systemd
4348
version: latest

0 commit comments

Comments
 (0)