Skip to content

Commit f55f00e

Browse files
dimiveljpalermo
authored andcommitted
Scale up compilation VMs to fix pxc-release issue.
1 parent 91b2609 commit f55f00e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudconfig/gcp/base_ops_template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const (
44
BaseOps = `
55
- type: replace
66
path: /compilation/vm_type
7-
value: e2-highcpu-4
7+
value: e2-highcpu-8
88
99
- type: replace
1010
path: /disk_types/name=default/cloud_properties?

cloudconfig/gcp/fixtures/gcp-ops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- type: replace
22
path: /compilation/vm_type
3-
value: e2-highcpu-4
3+
value: e2-highcpu-8
44

55
- type: replace
66
path: /disk_types/name=default/cloud_properties?

0 commit comments

Comments
 (0)