Update the space on the builder nodes because its cheap.
This commit is contained in:
parent
a1938593a9
commit
5b8d65991e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Reference in a new issue