Submitter | phabricator |
---|---|
Date | Sept. 29, 2019, 7:08 p.m. |
Message ID | <differential-rev-PHID-DREV-hrljjiiznmuc5n6r3v4d-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/41838/ |
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 @@ -847,7 +847,7 @@ 'DeviceName': image.block_device_mappings[0]['DeviceName'], 'Ebs': { 'DeleteOnTermination': True, - 'VolumeSize': 8, + 'VolumeSize': 10, 'VolumeType': 'gp2', }, },