Merge pull request #275 from CSL-KU/ff-issue274

Increases the root volume size of the build instance to 100GB.
This commit is contained in:
Sagar Karandikar 2019-04-08 10:07:53 -07:00 committed by GitHub
commit 8f481796ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -35,6 +35,15 @@ class BuildConfig:
num_instances, build_instance_market,
spot_interruption_behavior,
spot_max_price,
blockdevices=[
{
'DeviceName': '/dev/sda1',
'Ebs': {
'VolumeSize': 100,
'VolumeType': 'gp2',
},
},
],
randomsubnet=True)[0]
def get_launched_instance_object(self):