Skip to content

Commit

Permalink
Scale up compilation VMs to fix pxc-release issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimivel authored and jpalermo committed Sep 12, 2024
1 parent 91b2609 commit f55f00e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudconfig/gcp/base_ops_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const (
BaseOps = `
- type: replace
path: /compilation/vm_type
value: e2-highcpu-4
value: e2-highcpu-8
- type: replace
path: /disk_types/name=default/cloud_properties?
Expand Down
2 changes: 1 addition & 1 deletion cloudconfig/gcp/fixtures/gcp-ops.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: replace
path: /compilation/vm_type
value: e2-highcpu-4
value: e2-highcpu-8

- type: replace
path: /disk_types/name=default/cloud_properties?
Expand Down

0 comments on commit f55f00e

Please sign in to comment.