Mercurial > hg-stable
changeset 42719:3e3fb15bfeea
automation: increase root volume size on Linux
It is close to full in the AMI. I actually ran out of space running
tests without increasing the volume size!
Differential Revision: https://phab.mercurial-scm.org/D6716
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sat, 03 Aug 2019 16:47:49 -0700 |
parents | 89ba81771fc9 |
children | 77c52ce50e6a |
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 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', }, }