Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Improve EC2 tags for Travis tests
  • Loading branch information
jeffbyrnes committed Nov 18, 2015
1 parent 93df683 commit 810e5a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .kitchen.cloud.yml
Expand Up @@ -8,6 +8,9 @@ driver:
security_group_ids: ['ci-testing']
instance_type: c3.large
interface: public
tags:
Env: public
Type: test

provisioner:
name: chef_zero
Expand All @@ -17,8 +20,7 @@ platforms:
driver_config:
image_id: ami-190e4b73
tags:
Name: travis-ci-default-ubuntu-1204
Env: public
Name: et_fog-default-ubuntu-1204

suites:
- name: default
Expand Down

0 comments on commit 810e5a9

Please sign in to comment.