Skip to content

Commit

Permalink
Centos docker-in-docker is not supported for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbertoli committed Jul 21, 2018
1 parent a905257 commit 65023b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,21 @@ platforms:
- update-locale LANG=en_US.UTF-8
- mkdir -p /run/sshd
run_command: /lib/systemd/systemd
- name: debian-jessie
- name: debian-stretch
driver_config:
provision_command:
- apt-get update && apt-get install -y locales ifupdown
- locale-gen en_US.UTF-8
run_command: /lib/systemd/systemd
- name: centos-7
- name: debian-jessie
driver_config:
provision_command:
- apt-get update && apt-get install -y locales ifupdown
- locale-gen en_US.UTF-8
run_command: /lib/systemd/systemd
# - name: centos-7
# driver_config:
# run_command: /lib/systemd/systemd

suites:
- name: default
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ env:
matrix:
- INSTANCE: default-ubuntu-1804
- INSTANCE: default-debian-jessie
- INSTANCE: default-centos-7
- INSTANCE: default-debian-stretch
- INSTANCE: version-1131-debian-jessie
- INSTANCE: version-1131-centos-7
- INSTANCE: version-1131-debian-stretch

script:
- bundle exec kitchen verify ${INSTANCE}

0 comments on commit 65023b6

Please sign in to comment.