Skip to content

Commit

Permalink
Merge pull request dev-sec#258 from artem-forks/debian-10
Browse files Browse the repository at this point in the history
CI: testing of Debian 10
  • Loading branch information
artem-sidorenko authored Oct 29, 2019
2 parents efd4bd2 + bb13319 commit 6c6f69c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .kitchen.do.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ platforms:
- name: debian-9
driver_config:
image: debian-9-x64
- name: debian-10
driver_config:
image: debian-10-x64
- name: fedora-28
driver_config:
image: fedora-28-x64
Expand Down
6 changes: 6 additions & 0 deletions .kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ platforms:
intermediate_instructions:
- RUN /usr/bin/apt-get update
pid_one_command: /bin/systemd
- name: debian-10
driver:
image: dokken/debian-10
intermediate_instructions:
- RUN /usr/bin/apt-get update
pid_one_command: /bin/systemd
- name: fedora-28
driver:
image: dokken/fedora-28
Expand Down
1 change: 1 addition & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ platforms:
- name: oracle-6
- name: oracle-7
- name: debian-9
- name: debian-10
- name: fedora-28
- name: fedora-29
- name: opensuse-leap-42
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
- INSTANCE=centos-7 KITCHEN_LOCAL_YAML=.kitchen.do.yml
- INSTANCE=centos-7 CHEF_VERSION=14.13.11 KITCHEN_LOCAL_YAML=.kitchen.do.yml
- INSTANCE=debian-9 KITCHEN_LOCAL_YAML=.kitchen.do.yml
- INSTANCE=debian-10 KITCHEN_LOCAL_YAML=.kitchen.do.yml
- INSTANCE=fedora-28 KITCHEN_LOCAL_YAML=.kitchen.do.yml
- INSTANCE=fedora-29 KITCHEN_LOCAL_YAML=.kitchen.do.yml
- INSTANCE=ubuntu-16-04 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
Expand All @@ -29,6 +30,7 @@ env:
- INSTANCE=oracle-6 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
- INSTANCE=oracle-7 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
- INSTANCE=debian-9 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
- INSTANCE=debian-10 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
- INSTANCE=fedora-28 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
- INSTANCE=fedora-29 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
- INSTANCE=opensuse-42 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
Expand Down

0 comments on commit 6c6f69c

Please sign in to comment.