Skip to content

Commit 5e56a20

Browse files
Merge pull request #222 from artem-forks/centos-8
CI: enable testing on centos-8
2 parents f0644d4 + 4784a52 commit 5e56a20

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.kitchen.dokken.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ platforms:
3535
driver:
3636
image: dokken/centos-7
3737
pid_one_command: /usr/lib/systemd/systemd
38+
- name: centos-8
39+
driver:
40+
image: dokken/centos-8
41+
pid_one_command: /usr/lib/systemd/systemd
3842
- name: oracle-6
3943
driver:
4044
image: oraclelinux:6

.kitchen.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ platforms:
77
- name: ubuntu-18.04
88
- name: centos-6
99
- name: centos-7
10+
- name: centos-8
1011
- name: oracle-6
1112
- name: oracle-7
1213
- name: debian-8
@@ -42,6 +43,7 @@ suites:
4243
includes:
4344
- centos-6
4445
- centos-7
46+
- centos-8
4547
- fedora-29
4648
- fedora-30
4749
- oracle-6

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515
- INSTANCE=centos-6
1616
- INSTANCE=centos-7
1717
- INSTANCE=centos-7 CHEF_VERSION=14.13.11
18+
- INSTANCE=centos-8
1819
- INSTANCE=oracle-6
1920
- INSTANCE=oracle-7
2021
- INSTANCE=debian-8
@@ -31,6 +32,9 @@ script:
3132
- bundle exec rake kitchen KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
3233

3334
matrix:
35+
allow_failures:
36+
# temporaray disable failing tests until all problems are fixed
37+
- env: INSTANCE=centos-8
3438
include:
3539
- env: UNIT_AND_LINT=1
3640
script:

0 commit comments

Comments
 (0)