Dropping instance size back down since we're not doing parallel builds

pull/4420/head
James Cammarata 2015-12-21 15:55:16 -05:00
parent 45afa642c3
commit 8119ea37af
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
ec2: ec2:
group_id: 'sg-07bb906d' # jenkins-slave_new group_id: 'sg-07bb906d' # jenkins-slave_new
count: 1 count: 1
instance_type: 'm3.xlarge' instance_type: 'm3.large'
image: '{{ item.image }}' image: '{{ item.image }}'
wait: true wait: true
region: 'us-east-1' region: 'us-east-1'