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

pull/13663/head
James Cammarata 9 years ago
parent c0248873da
commit 37908735d4

@ -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