From: Anil Belur Date: Fri, 28 May 2021 02:36:43 +0000 (+1000) Subject: CI: Migrate templates v2-highcpu-* flavor to v3 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=4c4213a4d558881f710e7373c20adcd31b0fffec;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: I08ca291de2036238cb530e3ee9ddee1839d58ec4 --- diff --git a/packer/templates/devstack-pre-pip-stein.json b/packer/templates/devstack-pre-pip-stein.json index bf6f91c2f..839a69df0 100644 --- a/packer/templates/devstack-pre-pip-stein.json +++ b/packer/templates/devstack-pre-pip-stein.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": "" },