changeset 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 dffa9d3c2491
children 6952d42f9158
files contrib/automation/hgautomation/aws.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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',
                 },
             },