Skip to content

Commit

Permalink
Scale up compilation VMs for aws, azure and openstack env.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimivel committed Sep 10, 2024
1 parent 8370a2e commit 798aac4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cloudconfig/aws/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: c5a.large
value: c5a.xlarge
- type: replace
path: /disk_types/name=default/cloud_properties?
Expand Down
2 changes: 1 addition & 1 deletion cloudconfig/aws/fixtures/aws-ops.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: replace
path: /compilation/vm_type
value: c5a.large
value: c5a.xlarge

- type: replace
path: /disk_types/name=default/cloud_properties?
Expand Down
2 changes: 1 addition & 1 deletion cloudconfig/azure/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: small
value: Standard_F4s_v2
- type: replace
path: /azs/-
Expand Down
2 changes: 1 addition & 1 deletion cloudconfig/azure/fixtures/azure-ops.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: replace
path: /compilation/vm_type
value: small
value: Standard_F4s_v2

- type: replace
path: /azs/-
Expand Down
2 changes: 1 addition & 1 deletion cloudconfig/openstack/base_ops_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
workers: 5
reuse_compilation_vms: true
az: z1
vm_type: default
vm_type: large
network: default
- type: replace
Expand Down

0 comments on commit 798aac4

Please sign in to comment.