From: Anil Belur Date: Fri, 28 May 2021 02:33:05 +0000 (+1000) Subject: CI: Migrate templates v2-highcpu-* flavor to v3 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=97aded5c1adaf8c330e011726b696eb42d342d1f;p=releng%2Fbuilder.git CI: Migrate templates v2-highcpu-* flavor to v3 v3 flavors guarantees jobs spin on newer hardware that are faster and cost-efficient than the v2 flavors. Signed-off-by: Anil Belur Change-Id: Ifd3a04ae60d68c2dc79a30b396282c0e8f60c842 --- diff --git a/packer/templates/robot.json b/packer/templates/robot.json index ccdb6ff48..f0cdddd0f 100644 --- a/packer/templates/robot.json +++ b/packer/templates/robot.json @@ -10,7 +10,7 @@ "vm_volume_size": "20", "vm_image_disk_format": "", "distro": null, - "flavor": "v2-highcpu-1", + "flavor": "v3-standard-2", "ssh_user": null, "ssh_proxy_host": "" },