Skip to content

Commit f013bb7

Browse files
authored
Merge pull request #731 from input-output-hk/jpraynaud/729-create-spo-testing-preview
Add new signer in 'testing-preview'
2 parents a4aa755 + 5d935cb commit f013bb7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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

mithril-infra/assets/tools/pool/query-stake-pool.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
# Import prelude
77
. $(dirname -- "$0")/_prelude.sh
88

9+
# Show version
10+
CARDANO_CLI_CMD --version
11+
912
# Compute Pool Id
1013
POOL_ID=$(CARDANO_CLI_CMD stake-pool id --cold-verification-key-file ${POOL_ARTIFACTS_DIR}/cold.vkey)
1114
echo POOL_ID=$POOL_ID

0 commit comments

Comments
 (0)