Skip to content

Commit a673f3e

Browse files
authored
Merge pull request #656 from input-output-hk/jpraynaud/increase-memory-networks-instances
Upgrade instances capacity infrastructure
2 parents d66c0ca + 5590e91 commit a673f3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ jobs:
445445
terraform_backend_bucket: hydra-terraform-admin
446446
google_region: europe-west1
447447
google_zone: europe-west1-b
448-
google_machine_type: e2-medium
448+
google_machine_type: e2-standard-2
449449

450450
runs-on: ubuntu-22.04
451451

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
terraform_backend_bucket: hydra-terraform-admin
212212
google_region: europe-west1
213213
google_zone: europe-west1-b
214-
google_machine_type: e2-medium
214+
google_machine_type: e2-standard-2
215215

216216
runs-on: ubuntu-22.04
217217

0 commit comments

Comments
 (0)