automation: increase size of Linux AMI build volume
authorGregory Szorc <gregory.szorc@gmail.com>
Sun, 29 Sep 2019 11:06:45 -0700
changeset 43016 92c8bae84e7a
parent 43015 dffa9d3c2491
child 43017 6952d42f9158
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
contrib/automation/hgautomation/aws.py
--- 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',
                 },
             },