summaryrefslogtreecommitdiff
path: root/kitchen-tests/.kitchen.yml
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-10-28 19:12:13 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-10-28 19:15:11 -0700
commitfddec00efe721e68fb1f2ba0440f93e496ce145c (patch)
treeb51df507802bc9966e17455306a2219af0ccfcdb /kitchen-tests/.kitchen.yml
parent999e24cff0144bcc135e4282ea63fa2143fc11ef (diff)
downloadchef-fddec00efe721e68fb1f2ba0440f93e496ce145c.tar.gz
add 14.04 to supported vagrant distroslcg/more-vagrant
10.04 and 14.10 'documented' as broken in the upstream mysql cookbook
Diffstat (limited to 'kitchen-tests/.kitchen.yml')
-rw-r--r--kitchen-tests/.kitchen.yml14
1 files changed, 10 insertions, 4 deletions
diff --git a/kitchen-tests/.kitchen.yml b/kitchen-tests/.kitchen.yml
index 5a93822b5d..775bb59378 100644
--- a/kitchen-tests/.kitchen.yml
+++ b/kitchen-tests/.kitchen.yml
@@ -11,14 +11,20 @@ provisioner:
branch: <%= %x(git rev-parse HEAD) %>
require_chef_omnibus: true
data_path: test/fixtures
+ client_rb:
+ diff_disabled: true
platforms:
-# - name: ubuntu-10.04
-# run_list: apt::default
+ # upstream community mysql cookbook broken on 10.04
+ #- name: ubuntu-10.04
+ # run_list: apt::default
- name: ubuntu-12.04
run_list: apt::default
-# - name: ubuntu-13.04
-# run_list: apt::default
+ - name: ubuntu-14.04
+ run_list: apt::default
+ # upstream community mysql cookbook also broken on 14.10
+ #- name: ubuntu-14.10
+ # run_list: apt::default
- name: centos-6.4
run_list: yum-epel::default
- name: centos-5.10