Skip to content

Commit

Permalink
Merge pull request dev-sec#259 from artem-forks/centos-8
Browse files Browse the repository at this point in the history
CI: testing of Centos 8
  • Loading branch information
artem-sidorenko authored Oct 29, 2019
2 parents 6c6f69c + 929d523 commit e81b389
Show file tree
Hide file tree
Showing 4 changed files with 10 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 @@ -23,6 +23,9 @@ platforms:
- name: centos-7
driver_config:
image: centos-7-x64
- name: centos-8
driver_config:
image: centos-8-x64
- name: debian-9
driver_config:
image: debian-9-x64
Expand Down
4 changes: 4 additions & 0 deletions .kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ platforms:
driver:
image: dokken/centos-7
pid_one_command: /usr/lib/systemd/systemd
- name: centos-8
driver:
image: dokken/centos-8
pid_one_command: /usr/lib/systemd/systemd
- name: oracle-6
driver:
image: oraclelinux:6
Expand Down
1 change: 1 addition & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ platforms:
box: bento/ubuntu-18.04
- name: centos-6
- name: centos-7
- name: centos-8
- name: oracle-6
- name: oracle-7
- name: debian-9
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
- INSTANCE=centos-6 KITCHEN_LOCAL_YAML=.kitchen.do.yml
- INSTANCE=centos-7 KITCHEN_LOCAL_YAML=.kitchen.do.yml
- INSTANCE=centos-7 CHEF_VERSION=14.13.11 KITCHEN_LOCAL_YAML=.kitchen.do.yml
- INSTANCE=centos-8 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
Expand All @@ -27,6 +28,7 @@ env:
- INSTANCE=centos-7 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
- INSTANCE=centos-7 CHEF_VERSION=14.13.11 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
- INSTANCE=centos-7 CHEF_VERSION=current KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
- INSTANCE=centos-8 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
- 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
Expand Down

0 comments on commit e81b389

Please sign in to comment.