File tree Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 15
15
type : choice
16
16
options :
17
17
- dev-preview
18
+ - testing-mainnet
18
19
dry_run :
19
20
description : Dry run will not deploy the distribution to the Mithril network
20
21
required : true
26
27
strategy :
27
28
fail-fast : false
28
29
matrix :
29
- environment : [ dev-preview ]
30
+ environment : [ dev-preview, testing-mainnet ]
30
31
include :
31
32
- environment : dev-preview
32
33
environment_prefix : dev
61
62
google_machine_type : e2-highmem-4
62
63
google_compute_instance_boot_disk_size : 200
63
64
google_compute_instance_data_disk_size : 250
65
+ - environment : testing-mainnet
66
+ environment_prefix : testing
67
+ cardano_network : mainnet
68
+ mithril_use_p2p_network : false
69
+ mithril_api_domain : api.mithril.network
70
+ mithril_era_reader_adapter_type : bootstrap
71
+ mithril_protocol_parameters : |
72
+ {
73
+ k = 2422
74
+ m = 20973
75
+ phi_f = 0.20
76
+ }
77
+ mithril_signers : |
78
+ {
79
+ "1" = {
80
+ type = "unverified-alone",
81
+ pool_id = "pool1re8cmjt895tpx8dx2veg0cew5yqtxnt82sll03e433a4ugnh9w7",
82
+ }
83
+ }
84
+ terraform_backend_bucket : hydra-terraform-admin
85
+ google_region : europe-west1
86
+ google_zone : europe-west1-b
87
+ google_machine_type : e2-highmem-8
88
+ google_compute_instance_boot_disk_size : 250
89
+ google_compute_instance_data_disk_size : 1000
64
90
65
91
environment : ${{ matrix.environment }}
66
92
runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 18
18
description : The url of the archive of the Cardano binaries
19
19
required : true
20
20
type : string
21
- default : https://github.com/input-output-hk /cardano-node/releases/download/8.7.3 /cardano-node-8.7.3 -linux.tar.gz
21
+ default : https://github.com/IntersectMBO /cardano-node/releases/download/8.9.0 /cardano-node-8.9.0 -linux.tar.gz
22
22
dry_run :
23
23
description : Dry run will not push the Docker images to the registry
24
24
required : true
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ locals {
141
141
variable "cardano_image_id" {
142
142
type = string
143
143
description = " The Cardano image tag of service to deploy"
144
- default = " 8.7.3 "
144
+ default = " 8.9.0 "
145
145
}
146
146
147
147
variable "cardano_image_registry" {
You can’t perform that action at this time.
0 commit comments