Skip to content

Commit b7f1451

Browse files
committed
Add new signer in 'testing-preview'
This requires to update the host machine with more memory.
1 parent 84baa27 commit b7f1451

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,10 @@ jobs:
439439
}
440440
mithril_signers: |
441441
{
442+
"1" = {
443+
type = "verified",
444+
pool_id = "",
445+
},
442446
"2" = {
443447
type = "verified",
444448
pool_id = "",
@@ -451,7 +455,7 @@ jobs:
451455
terraform_backend_bucket: hydra-terraform-admin
452456
google_region: europe-west1
453457
google_zone: europe-west1-b
454-
google_machine_type: e2-standard-2
458+
google_machine_type: e2-highmem-2
455459

456460
runs-on: ubuntu-22.04
457461

0 commit comments

Comments
 (0)