##// END OF EJS Templates
automation: increase root volume size on Linux...
Gregory Szorc -
r42925:3e3fb15b default
parent child Browse files
Show More
@@ -970,7 +970,7 def temporary_linux_dev_instances(c: AWS
970 'DeviceName': image.block_device_mappings[0]['DeviceName'],
970 'DeviceName': image.block_device_mappings[0]['DeviceName'],
971 'Ebs': {
971 'Ebs': {
972 'DeleteOnTermination': True,
972 'DeleteOnTermination': True,
973 'VolumeSize': 8,
973 'VolumeSize': 12,
974 'VolumeType': 'gp2',
974 'VolumeType': 'gp2',
975 },
975 },
976 }
976 }
General Comments 0
You need to be logged in to leave comments. Login now