[Updated] D12132: automation: use gp3 volume type
indygreg (Gregory Szorc)
phabricator at mercurial-scm.org
Wed Feb 16 10:31:40 UTC 2022
Closed by commit rHG2d6940811067: automation: use gp3 volume type (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/D12132?vs=32036&id=32252
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D12132/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D12132
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
@@ -904,7 +904,7 @@
'Ebs': {
'DeleteOnTermination': True,
'VolumeSize': 10,
- 'VolumeType': 'gp2',
+ 'VolumeType': 'gp3',
},
},
],
@@ -1048,7 +1048,7 @@
'Ebs': {
'DeleteOnTermination': True,
'VolumeSize': 12,
- 'VolumeType': 'gp2',
+ 'VolumeType': 'gp3',
},
}
]
@@ -1075,7 +1075,7 @@
'Ebs': {
'DeleteOnTermination': True,
'VolumeSize': 8,
- 'VolumeType': 'gp2',
+ 'VolumeType': 'gp3',
},
}
)
@@ -1151,7 +1151,7 @@
'Ebs': {
'DeleteOnTermination': True,
'VolumeSize': 32,
- 'VolumeType': 'gp2',
+ 'VolumeType': 'gp3',
},
}
],
@@ -1311,7 +1311,7 @@
'Ebs': {
'DeleteOnTermination': True,
'VolumeSize': 32,
- 'VolumeType': 'gp2',
+ 'VolumeType': 'gp3',
},
}
],
To: indygreg, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220216/1ee69b97/attachment-0002.html>
More information about the Mercurial-patches
mailing list