Skip to content

Commit 5590e91

Browse files
committed
Upgrade instances capacty infra
Move 'testing-preview' and 'pre-release-preview' to higher memory instances 'e2-standard-2'.
1 parent d1c3eeb commit 5590e91

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)