Skip to content

Commit f5d9a4b

Browse files
committed
feat: make 'Pre-release' workflow use disks config
Data and boot disks are fully configurable.
1 parent 4b026d0 commit f5d9a4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pre-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ jobs:
181181
google_zone: europe-west1-b
182182
google_machine_type: e2-highmem-2
183183
google_compute_instance_boot_disk_size: 200
184+
google_compute_instance_boot_disk_type: pd-standard
184185
google_compute_instance_data_disk_size: 250
186+
google_compute_instance_data_disk_type: pd-standard
185187
environment: ${{ matrix.environment }}
186188
runs-on: ubuntu-22.04
187189
needs:
@@ -210,7 +212,10 @@ jobs:
210212
google_zone: ${{ matrix.google_zone }}
211213
google_machine_type: ${{ matrix.google_machine_type }}
212214
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 }}
213216
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 }}
214219
google_application_credentials: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
215220
mithril_api_domain: ${{ matrix.mithril_api_domain }}
216221
mithril_image_id: ${{ env.DOCKER_IMAGE_ID }}

0 commit comments

Comments
 (0)