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

pull/13593/head
James Cammarata 9 years ago
parent 45afa642c3
commit 8119ea37af

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

Loading…
Cancel
Save