diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-05-11 18:22:16 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-05-11 18:22:47 -0700 |
commit | fbbcbd699ed1bf44ad36bb6acc782797479f6466 (patch) | |
tree | 131f2db1eab242b60a47399b254563cc0f069f31 /kitchen-tests/.kitchen.travis.yml | |
parent | 95a66072841cdbe1681be4d7780e4cab12c77ddf (diff) | |
download | chef-fbbcbd699ed1bf44ad36bb6acc782797479f6466.tar.gz |
add centos and more func testing to travis
Diffstat (limited to 'kitchen-tests/.kitchen.travis.yml')
-rw-r--r-- | kitchen-tests/.kitchen.travis.yml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/kitchen-tests/.kitchen.travis.yml b/kitchen-tests/.kitchen.travis.yml index 100891bdf5..2f935812dc 100644 --- a/kitchen-tests/.kitchen.travis.yml +++ b/kitchen-tests/.kitchen.travis.yml @@ -8,7 +8,7 @@ driver: instance_type: "m3.medium" provisioner: - name: chef_github + name: chef_zero chef_omnibus_url: "https://omnitruck.chef.io/current/install.sh" chef_omnibus_install_options: "-n" github_owner: "chef" @@ -24,19 +24,18 @@ transport: ssh_key: <%= ENV['EC2_SSH_KEY_PATH'] %> platforms: - - name: ubuntu-12.04 + - name: ubuntu-14.04 driver: # http://cloud-images.ubuntu.com/locator/ec2/ - # 12.04 amd64 us-west-2 hvm:ssd - image_id: ami-f3635fc3 - - name: rhel-6 + # 14.04 amd64 us-west-2 hvm:ebs-ssd + image_id: ami-63ac5803 + - name: centos-6 driver: - # https://github.com/chef/releng-chef-repo/blob/master/script/ci#L93-L96 - image_id: ami-7df0bd4d + image_id: ami-05cf2265 suites: - name: webapp run_list: - - recipe[apt::default] + - recipe[base::default] - recipe[webapp::default] attributes: |