Update the space on the builder nodes because its cheap.

This commit is contained in:
Jake Moshenko 2015-02-04 11:58:58 -05:00
parent a1938593a9
commit 5b8d65991e

View file

@ -112,7 +112,7 @@ class EC2Executor(BuilderExecutor):
ec2_conn = self._get_conn()
ssd_root_ebs = boto.ec2.blockdevicemapping.BlockDeviceType(
size=8,
size=32,
volume_type='gp2',
delete_on_termination=True,
)