diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-08-15 11:56:08 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-08-15 11:56:08 -0700 |
commit | 0086abd05bd0f805e78e76613ef2a8109d86e022 (patch) | |
tree | 7a5b2f8e6bc18f07ef7c92301e6d38be01d7da1f /kitchen-tests/.kitchen.travis.yml | |
parent | 8680abfaebcbb13f4f9a62e40b40c3a5587e6fa5 (diff) | |
download | chef-0086abd05bd0f805e78e76613ef2a8109d86e022.tar.gz |
disable rhel tests completely for now
Diffstat (limited to 'kitchen-tests/.kitchen.travis.yml')
-rw-r--r-- | kitchen-tests/.kitchen.travis.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/kitchen-tests/.kitchen.travis.yml b/kitchen-tests/.kitchen.travis.yml index 6ea825fc12..4fd6a78900 100644 --- a/kitchen-tests/.kitchen.travis.yml +++ b/kitchen-tests/.kitchen.travis.yml @@ -20,16 +20,6 @@ platforms: availability_zone: "us-west-2b" ssh_key: <%= ENV['EC2_SSH_KEY_PATH'] %> security_group_ids: ["travis-ci"] - - name: rhel-7.0 - driver_plugin: ec2 - driver_config: - region: "us-west-2" - availability_zone: "us-west-2b" - ssh_key: <%= ENV['EC2_SSH_KEY_PATH'] %> - security_group_ids: ["travis-ci"] - image_id: ami-77d7a747 - flavor_id: m3.medium - username: ec2-user suites: - name: webapp |