Submitter | phabricator |
---|---|
Date | Aug. 4, 2019, 4:52 p.m. |
Message ID | <differential-rev-PHID-DREV-p3v7f7vr2kl7yelxtasw-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/41144/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/contrib/automation/hgautomation/aws.py b/contrib/automation/hgautomation/aws.py --- a/contrib/automation/hgautomation/aws.py +++ b/contrib/automation/hgautomation/aws.py @@ -970,7 +970,7 @@ 'DeviceName': image.block_device_mappings[0]['DeviceName'], 'Ebs': { 'DeleteOnTermination': True, - 'VolumeSize': 8, + 'VolumeSize': 12, 'VolumeType': 'gp2', }, }