diff --git a/jenkins-agent.pkr.hcl b/jenkins-agent.pkr.hcl index c676f276b..79b4db6a9 100644 --- a/jenkins-agent.pkr.hcl +++ b/jenkins-agent.pkr.hcl @@ -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"]