Update Virtual HW to v2-highcpu-1 65/16065/5
authorTim Johnson <tijohnson@linuxfoundation.org>
Wed, 3 Jul 2019 16:40:33 +0000 (09:40 -0700)
committerTim Johnson <tijohnson@linuxfoundation.org>
Fri, 5 Jul 2019 20:16:49 +0000 (13:16 -0700)
Specify the volume size build agent to 20(GB). The defualt values for
v1-standard-1 were adequate (40GB), but the default values for
v2-highcpu-1 were not.

Issue: RELENG-2158
Change-Id: I6db62229d90573b899947171e3dba83fb00efe71
Signed-off-by: Tim Johnson <tijohnson@linuxfoundation.org>
templates/builder.json
templates/docker.json
templates/windows-builder.json

index f30c54c..c370709 100644 (file)
@@ -7,11 +7,11 @@
     "cloud_user_data": null,
     "cloud_region": "ca-ymq-1",
     "cloud_availability_zone": "ca-ymq-2",
-    "vm_use_block_storage": "false",
-    "vm_volume_size": "10",
+    "vm_use_block_storage": "true",
+    "vm_volume_size": "20",
     "vm_image_disk_format": "",
     "distro": null,
-    "flavor": "v1-standard-1",
+    "flavor": "v2-highcpu-1",
     "ssh_user": null,
     "ssh_proxy_host": ""
   },
index b02ccfb..8751347 100644 (file)
@@ -7,11 +7,11 @@
     "cloud_user_data": null,
     "cloud_region": "ca-ymq-1",
     "cloud_availability_zone": "ca-ymq-2",
-    "vm_use_block_storage": "false",
-    "vm_volume_size": "10",
+    "vm_use_block_storage": "true",
+    "vm_volume_size": "20",
     "vm_image_disk_format": "",
     "distro": null,
-    "flavor": "v1-standard-1",
+    "flavor": "v2-highcpu-1",
     "ssh_user": null,
     "ssh_proxy_host": ""
   },
index ff74e9b..8e6ede7 100644 (file)
@@ -7,11 +7,11 @@
     "cloud_user_data": null,
     "cloud_region": "ca-ymq-1",
     "cloud_availability_zone": "ca-ymq-2",
-    "vm_use_block_storage": "false",
-    "vm_volume_size": "10",
+    "vm_use_block_storage": "true",
+    "vm_volume_size": "20",
     "vm_image_disk_format": "",
     "distro": null,
-    "flavor": "v1-standard-4"
+    "flavor": "v2-highcpu-4"
   },
   "builders": [
     {