Skip to content

Commit

Permalink
[tf/gha] build on push to preview branch and bump machine type (#6872)
Browse files Browse the repository at this point in the history
* [gha] build on push to preview branch

* [tf] update instance types for preview
  • Loading branch information
rustielin authored Mar 2, 2023
1 parent e7a671d commit c3c651e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ on: # build on main branch OR when a PR is labeled with `CICD:build-images`
# experimental branches
- performance_benchmark
- quorum-store
- preview

# cancel redundant builds
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion terraform/aptos-node-testnet/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ variable "utility_instance_type" {

variable "validator_instance_type" {
description = "Instance type used for validator and fullnodes"
default = "c6i.4xlarge"
default = "c6i.16xlarge"
}

### Forge
Expand Down
2 changes: 1 addition & 1 deletion terraform/aptos-node-testnet/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ variable "utility_instance_type" {

variable "validator_instance_type" {
description = "Instance type used for validator and fullnodes"
default = "n2-standard-32"
default = "t2d-standard-48"
}

### Addons
Expand Down
2 changes: 1 addition & 1 deletion terraform/aptos-node/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ variable "utility_instance_enable_taint" {

variable "validator_instance_type" {
description = "Instance type used for validator and fullnodes"
default = "c6i.8xlarge"
default = "c6i.16xlarge"
}

variable "validator_instance_num" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/aptos-node/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ variable "utility_instance_disk_size_gb" {

variable "validator_instance_type" {
description = "Instance type used for validator and fullnodes"
default = "n2-standard-32"
default = "t2d-standard-48"
}

variable "validator_instance_num" {
Expand Down

0 comments on commit c3c651e

Please sign in to comment.