changeset 43016 | 92c8bae84e7a |
parent 43013 | 3aa227feffbe |
child 43017 | 6952d42f9158 |
--- a/contrib/automation/hgautomation/aws.py Sun Sep 29 10:37:38 2019 -0700 +++ b/contrib/automation/hgautomation/aws.py Sun Sep 29 11:06:45 2019 -0700 @@ -847,7 +847,7 @@ 'DeviceName': image.block_device_mappings[0]['DeviceName'], 'Ebs': { 'DeleteOnTermination': True, - 'VolumeSize': 8, + 'VolumeSize': 10, 'VolumeType': 'gp2', }, },