Skip to content

Commit 832246a

Browse files
dimiveljpalermo
authored andcommitted
Scale up compilation VMs for aws, azure and openstack env.
1 parent f55f00e commit 832246a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cloudconfig/aws/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: c5a.large
7+
value: c5a.xlarge
88
99
- type: replace
1010
path: /disk_types/name=default/cloud_properties?

cloudconfig/aws/fixtures/aws-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: c5a.large
3+
value: c5a.xlarge
44

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

cloudconfig/azure/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: small
7+
value: small-highmem
88
99
- type: replace
1010
path: /azs/-

cloudconfig/azure/fixtures/azure-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: small
3+
value: small-highmem
44

55
- type: replace
66
path: /azs/-

cloudconfig/openstack/base_ops_template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const (
3131
workers: 5
3232
reuse_compilation_vms: true
3333
az: z1
34-
vm_type: default
34+
vm_type: large
3535
network: default
3636
3737
- type: replace

0 commit comments

Comments
 (0)