CI: Migrate templates v2-highcpu-* flavor to v3 85/96385/1
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 28 May 2021 02:33:05 +0000 (12:33 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 28 May 2021 02:38:24 +0000 (12:38 +1000)
v3 flavors guarantees jobs spin on newer hardware that
are faster and cost-efficient than the v2 flavors.

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: Ifd3a04ae60d68c2dc79a30b396282c0e8f60c842

packer/templates/robot.json

index ccdb6ff48e95eb077c18243fd1417cf501f8a3ea..f0cdddd0fcdb404f01f7ee4186864821233e5989 100644 (file)
@@ -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": ""
   },