61
61
google_zone : europe-west1-b
62
62
google_machine_type : e2-highmem-4
63
63
google_compute_instance_boot_disk_size : 200
64
+ google_compute_instance_boot_disk_type : pd-standard
64
65
google_compute_instance_data_disk_size : 250
66
+ google_compute_instance_data_disk_type : pd-standard
65
67
- environment : testing-mainnet
66
68
environment_prefix : testing
67
69
cardano_network : mainnet
86
88
google_zone : europe-west1-b
87
89
google_machine_type : e2-highmem-8
88
90
google_compute_instance_boot_disk_size : 250
91
+ google_compute_instance_boot_disk_type : pd-standard
89
92
google_compute_instance_data_disk_size : 1000
93
+ google_compute_instance_data_disk_type : pd-standard
90
94
91
95
environment : ${{ matrix.environment }}
92
96
runs-on : ubuntu-22.04
@@ -113,7 +117,10 @@ jobs:
113
117
google_zone : ${{ matrix.google_zone }}
114
118
google_machine_type : ${{ matrix.google_machine_type }}
115
119
google_compute_instance_boot_disk_size : ${{ matrix.google_compute_instance_boot_disk_size }}
120
+ google_compute_instance_boot_disk_type : ${{ matrix.google_compute_instance_boot_disk_type }}
116
121
google_compute_instance_data_disk_size : ${{ matrix.google_compute_instance_data_disk_size }}
122
+ google_compute_instance_data_disk_type : ${{ matrix.google_compute_instance_data_disk_type }}
123
+ google_compute_instance_data_disk_snapshot : ${{ vars.GOOGLE_COMPUTE_INSTANCE_DATA_DISK_SNAPSHOT }}
117
124
google_application_credentials : ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
118
125
mithril_use_p2p_network : ${{ matrix.mithril_use_p2p_network }}
119
126
mithril_api_domain : ${{ matrix.mithril_api_domain }}
0 commit comments