Skip to content

Commit

Permalink
Test on Ubuntu 16.04
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Aug 23, 2017
1 parent a1f0f58 commit 65c3d73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
19 changes: 3 additions & 16 deletions .kitchen.yml
Expand Up @@ -83,21 +83,7 @@ suites:
'centos-7',
'fedora-25',
'ubuntu-14.04'
]

- name: client56-mysql
run_list:
- recipe[mysql2_chef_gem_test::default]
attributes:
mysql2_chef_gem:
package_version: '5.6'
provider: 'mysql'
includes: [
'centos-6',
'centos-7',
'fedora-25',
'ubuntu-16.04'
]
]

- name: client57-mysql
run_list:
Expand All @@ -108,7 +94,8 @@ suites:
provider: 'mysql'
includes: [
'centos-6',
'centos-7'
'centos-7',
'ubuntu-16.04'
]

- name: client57-mariadb
Expand Down
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -19,14 +19,16 @@ services: docker

env:
matrix:

- INSTANCE=client55-mysql-centos-6
- INSTANCE=client55-mysql-centos-7
- INSTANCE=client55-mysql-ubuntu-1404
- INSTANCE=client56-mysql-centos-6
- INSTANCE=client56-mysql-centos-7
- INSTANCE=client56-mysql-ubuntu-1404
- INSTANCE=client57-mysql-centos-6
- INSTANCE=client57-mysql-centos-7
- INSTANCE=client55-mysql-ubuntu-1404
- INSTANCE=client56-mysql-ubuntu-1404
- INSTANCE=client57-mysql-ubuntu-1604
- INSTANCE=client55-mariadb-ubuntu-1404

# Ensure we make ChefDK's Ruby the default
Expand Down

0 comments on commit 65c3d73

Please sign in to comment.