Skip to content

Commit

Permalink
Merge pull request #222 from artem-forks/centos-8
Browse files Browse the repository at this point in the history
CI: enable testing on centos-8
  • Loading branch information
artem-sidorenko authored Oct 30, 2019
2 parents f0644d4 + 4784a52 commit 5e56a20
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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
2 changes: 2 additions & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ platforms:
- name: ubuntu-18.04
- name: centos-6
- name: centos-7
- name: centos-8
- name: oracle-6
- name: oracle-7
- name: debian-8
Expand Down Expand Up @@ -42,6 +43,7 @@ suites:
includes:
- centos-6
- centos-7
- centos-8
- fedora-29
- fedora-30
- oracle-6
Expand Down
4 changes: 4 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
- INSTANCE=centos-7
- INSTANCE=centos-7 CHEF_VERSION=14.13.11
- INSTANCE=centos-8
- INSTANCE=oracle-6
- INSTANCE=oracle-7
- INSTANCE=debian-8
Expand All @@ -31,6 +32,9 @@ script:
- bundle exec rake kitchen KITCHEN_LOCAL_YAML=.kitchen.dokken.yml

matrix:
allow_failures:
# temporaray disable failing tests until all problems are fixed
- env: INSTANCE=centos-8
include:
- env: UNIT_AND_LINT=1
script:
Expand Down

0 comments on commit 5e56a20

Please sign in to comment.