Skip to content

Commit

Permalink
Merge c81ba52 into 20b7b36
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-sidorenko committed Apr 9, 2019
2 parents 20b7b36 + c81ba52 commit 750ef6b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .kitchen.do.yml
Expand Up @@ -26,9 +26,9 @@ platforms:
- name: debian-9
driver_config:
image: debian-9-x64
- name: fedora-27
driver_config:
image: fedora-27-x64
- name: fedora-28
driver_config:
image: fedora-28-x64
- name: fedora-29
driver_config:
image: fedora-29-x64
8 changes: 4 additions & 4 deletions .kitchen.dokken.yml
Expand Up @@ -46,15 +46,15 @@ platforms:
intermediate_instructions:
- RUN /usr/bin/apt-get update
pid_one_command: /bin/systemd
- name: fedora-27
- name: fedora-28
driver:
image: dokken/fedora-27
image: dokken/fedora-28
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN dnf install -y yum
- name: fedora-28
- name: fedora-29
driver:
image: dokken/fedora-28
image: dokken/fedora-29
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN dnf install -y yum
Expand Down
2 changes: 1 addition & 1 deletion .kitchen.yml
Expand Up @@ -14,8 +14,8 @@ platforms:
- name: oracle-6
- name: oracle-7
- name: debian-9
- name: fedora-27
- name: fedora-28
- name: fedora-29
- name: opensuse-leap-42
- name: amazonlinux-1
driver_config:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -16,8 +16,8 @@ env:
- INSTANCE=centos-7 KITCHEN_LOCAL_YAML=.kitchen.do.yml
- INSTANCE=centos-7 CHEF_VERSION=14.0.190 KITCHEN_LOCAL_YAML=.kitchen.do.yml
- INSTANCE=debian-9 KITCHEN_LOCAL_YAML=.kitchen.do.yml
- INSTANCE=fedora-27 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
- INSTANCE=ubuntu-18-04 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
- INSTANCE=ubuntu-16-04 CHEF_VERSION=14.0.190 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
Expand All @@ -29,8 +29,8 @@ 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=fedora-27 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
- INSTANCE=amazonlinux-1 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
- INSTANCE=amazonlinux-2 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
Expand Down

0 comments on commit 750ef6b

Please sign in to comment.