92
92
google_zone : europe-west1-b
93
93
google_machine_type : e2-highmem-2
94
94
google_compute_instance_boot_disk_size : 200
95
+ google_compute_instance_boot_disk_type : pd-standard
95
96
google_compute_instance_data_disk_size : 250
97
+ google_compute_instance_data_disk_type : pd-standard
96
98
- environment : release-mainnet
97
99
environment_prefix : release
98
100
cardano_network : mainnet
@@ -110,7 +112,9 @@ jobs:
110
112
google_zone : europe-west1-b
111
113
google_machine_type : e2-highmem-8
112
114
google_compute_instance_boot_disk_size : 250
115
+ google_compute_instance_boot_disk_type : pd-standard
113
116
google_compute_instance_data_disk_size : 1000
117
+ google_compute_instance_data_disk_type : pd-standard
114
118
115
119
environment : ${{ matrix.environment }}
116
120
runs-on : ubuntu-22.04
@@ -140,7 +144,10 @@ jobs:
140
144
google_zone : ${{ matrix.google_zone }}
141
145
google_machine_type : ${{ matrix.google_machine_type }}
142
146
google_compute_instance_boot_disk_size : ${{ matrix.google_compute_instance_boot_disk_size }}
147
+ google_compute_instance_boot_disk_type : ${{ matrix.google_compute_instance_boot_disk_type }}
143
148
google_compute_instance_data_disk_size : ${{ matrix.google_compute_instance_data_disk_size }}
149
+ google_compute_instance_data_disk_type : ${{ matrix.google_compute_instance_data_disk_type }}
150
+ google_compute_instance_data_disk_snapshot : ${{ vars.GOOGLE_COMPUTE_INSTANCE_DATA_DISK_SNAPSHOT }}
144
151
google_application_credentials : ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
145
152
mithril_api_domain : ${{ matrix.mithril_api_domain }}
146
153
mithril_image_id : ${{ env.DOCKER_IMAGE_ID }}
0 commit comments