D6716: automation: increase root volume size on Linux

2019-08-06 Thread indygreg (Gregory Szorc)
Closed by commit rHG3e3fb15bfeea: automation: increase root volume size on 
Linux (authored by indygreg).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6716?vs=16125=16137

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6716/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D6716

AFFECTED FILES
  contrib/automation/hgautomation/aws.py

CHANGE DETAILS

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',
 },
 }



To: indygreg, #hg-reviewers, pulkit
Cc: mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D6716: automation: increase root volume size on Linux

2019-08-04 Thread indygreg (Gregory Szorc)
indygreg created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  It is close to full in the AMI. I actually ran out of space running
  tests without increasing the volume size!

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D6716

AFFECTED FILES
  contrib/automation/hgautomation/aws.py

CHANGE DETAILS

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',
 },
 }



To: indygreg, #hg-reviewers
Cc: mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel