contrib/automation/hgautomation/aws.py
changeset 42697 3e3fb15bfeea
parent 42648 d80edcb0b30c
child 43013 3aa227feffbe
--- a/contrib/automation/hgautomation/aws.py	Sat Aug 03 16:03:11 2019 -0700
+++ b/contrib/automation/hgautomation/aws.py	Sat Aug 03 16:47:49 2019 -0700
@@ -970,7 +970,7 @@
             'DeviceName': image.block_device_mappings[0]['DeviceName'],
             'Ebs': {
                 'DeleteOnTermination': True,
-                'VolumeSize': 8,
+                'VolumeSize': 12,
                 'VolumeType': 'gp2',
             },
         }