comparison contrib/automation/hgautomation/aws.py @ 43016:92c8bae84e7a

automation: increase size of Linux AMI build volume I ran out of space attempting to build a few AMIs. Let's give the environment an extra 2 GB to utilize. Differential Revision: https://phab.mercurial-scm.org/D6915
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 29 Sep 2019 11:06:45 -0700
parents 3aa227feffbe
children 6952d42f9158
comparison
equal deleted inserted replaced
43015:dffa9d3c2491 43016:92c8bae84e7a
845 'BlockDeviceMappings': [ 845 'BlockDeviceMappings': [
846 { 846 {
847 'DeviceName': image.block_device_mappings[0]['DeviceName'], 847 'DeviceName': image.block_device_mappings[0]['DeviceName'],
848 'Ebs': { 848 'Ebs': {
849 'DeleteOnTermination': True, 849 'DeleteOnTermination': True,
850 'VolumeSize': 8, 850 'VolumeSize': 10,
851 'VolumeType': 'gp2', 851 'VolumeType': 'gp2',
852 }, 852 },
853 }, 853 },
854 ], 854 ],
855 'EbsOptimized': True, 855 'EbsOptimized': True,