File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,9 @@ jobs:
181
181
google_zone : europe-west1-b
182
182
google_machine_type : e2-highmem-2
183
183
google_compute_instance_boot_disk_size : 200
184
+ google_compute_instance_boot_disk_type : pd-standard
184
185
google_compute_instance_data_disk_size : 250
186
+ google_compute_instance_data_disk_type : pd-standard
185
187
environment : ${{ matrix.environment }}
186
188
runs-on : ubuntu-22.04
187
189
needs :
@@ -210,7 +212,10 @@ jobs:
210
212
google_zone : ${{ matrix.google_zone }}
211
213
google_machine_type : ${{ matrix.google_machine_type }}
212
214
google_compute_instance_boot_disk_size : ${{ matrix.google_compute_instance_boot_disk_size }}
215
+ google_compute_instance_boot_disk_type : ${{ matrix.google_compute_instance_boot_disk_type }}
213
216
google_compute_instance_data_disk_size : ${{ matrix.google_compute_instance_data_disk_size }}
217
+ google_compute_instance_data_disk_type : ${{ matrix.google_compute_instance_data_disk_type }}
218
+ google_compute_instance_data_disk_snapshot : ${{ vars.GOOGLE_COMPUTE_INSTANCE_DATA_DISK_SNAPSHOT }}
214
219
google_application_credentials : ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
215
220
mithril_api_domain : ${{ matrix.mithril_api_domain }}
216
221
mithril_image_id : ${{ env.DOCKER_IMAGE_ID }}
You can’t perform that action at this time.
0 commit comments