Skip to content

Commit

Permalink
Reset the disk size to original to allow agent setups to increase
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed Aug 16, 2023
1 parent c117221 commit ed50e14
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packer/jenkins-agent-al2-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"launch_block_device_mappings": [
{
"device_name":"/dev/xvda",
"volume_size":300,
"volume_size":100,
"delete_on_termination":true,
"volume_type":"gp3"
}
Expand Down
2 changes: 1 addition & 1 deletion packer/jenkins-agent-al2-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"launch_block_device_mappings": [
{
"device_name":"/dev/xvda",
"volume_size":300,
"volume_size":100,
"delete_on_termination":true,
"volume_type":"gp3"
}
Expand Down
2 changes: 1 addition & 1 deletion packer/jenkins-agent-al2023-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"launch_block_device_mappings": [
{
"device_name":"/dev/xvda",
"volume_size":300,
"volume_size":100,
"delete_on_termination":true,
"volume_type":"gp3"
}
Expand Down
2 changes: 1 addition & 1 deletion packer/jenkins-agent-al2023-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"launch_block_device_mappings": [
{
"device_name":"/dev/xvda",
"volume_size":300,
"volume_size":100,
"delete_on_termination":true,
"volume_type":"gp3"
}
Expand Down
2 changes: 1 addition & 1 deletion packer/jenkins-agent-ubuntu2004-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"launch_block_device_mappings": [
{
"device_name":"/dev/sda1",
"volume_size":300,
"volume_size":100,
"delete_on_termination":true,
"volume_type":"gp3"
}
Expand Down
2 changes: 1 addition & 1 deletion packer/jenkins-agent-win2019-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"launch_block_device_mappings": [
{
"device_name":"/dev/sda1",
"volume_size":600,
"volume_size":300,
"delete_on_termination":true,
"volume_type":"gp3"
}
Expand Down

0 comments on commit ed50e14

Please sign in to comment.