Skip to content

Commit

Permalink
chore: increase instance size for azure.arm to ensure enough I/O and …
Browse files Browse the repository at this point in the history
…network bandwidth

Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed Sep 17, 2021
1 parent cfdeea3 commit 1eb7a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-agent.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ locals {
"azure-arm" = "packer"
"amazon-ebs" = "Administrator"
}
azure_vm_size = "Standard_DS4_v2" # Huge size requires - avoid https://docs.microsoft.com/en-us/azure/virtual-machines/linux/image-builder-troubleshoot#sysprep-timing and avoid full disk (DS2v2 only have 14 Gb SSD for system)
azure_vm_size = "Standard_D4s_v3" # Huge size requires - avoid https://docs.microsoft.com/en-us/azure/virtual-machines/linux/image-builder-troubleshoot#sysprep-timing and avoid full disk (DS2v2 only have 14 Gb SSD for system)
azure_resource_group = "${var.build_type}-packer-images"
azure_galleries = {
"prod_packer_images" = ["East US", "East US 2"]
Expand Down

0 comments on commit 1eb7a22

Please sign in to comment.