@@ -113,7 +113,7 @@ jobs:
113
113
strategy :
114
114
fail-fast : false
115
115
matrix :
116
- environment : [ release-preprod ]
116
+ environment : [ release-preprod, release-mainnet ]
117
117
include :
118
118
- environment : release-preprod
119
119
environment_prefix : release
@@ -136,7 +136,26 @@ jobs:
136
136
google_region : europe-west1
137
137
google_zone : europe-west1-b
138
138
google_machine_type : e2-highmem-2
139
+ google_compute_instance_boot_disk_size : 200
139
140
google_compute_instance_data_disk_size : 250
141
+ - environment : release-mainnet
142
+ environment_prefix : release
143
+ cardano_network : mainnet
144
+ mithril_api_domain : api.mithril.network
145
+ mithril_protocol_parameters : |
146
+ {
147
+ k = 2422
148
+ m = 20973
149
+ phi_f = 0.20
150
+ }
151
+ mithril_signers : |
152
+ {}
153
+ terraform_backend_bucket : mithril-terraform-prod
154
+ google_region : europe-west1
155
+ google_zone : europe-west1-b
156
+ google_machine_type : e2-highmem-8
157
+ google_compute_instance_boot_disk_size : 250
158
+ google_compute_instance_data_disk_size : 1000
140
159
141
160
runs-on : ubuntu-22.04
142
161
@@ -183,6 +202,7 @@ jobs:
183
202
google_region = "${{ matrix.google_region }}"
184
203
google_zone = "${{ matrix.google_zone }}"
185
204
google_machine_type = "${{ matrix.google_machine_type }}"
205
+ google_compute_instance_boot_disk_size = "${{ matrix.google_compute_instance_boot_disk_size }}"
186
206
google_compute_instance_data_disk_size = "${{ matrix.google_compute_instance_data_disk_size }}"
187
207
google_service_credentials_json_file = "./google-application-credentials.json"
188
208
mithril_api_domain = "${{ matrix.mithril_api_domain }}"
0 commit comments