s/pd-extreme/pd-ssd/ to avoid quotas (#3823)
This commit is contained in:
parent
86b3315d8a
commit
fcfdc5493e
|
@ -152,7 +152,7 @@ jobs:
|
|||
run: |
|
||||
gcloud compute instances create-with-container "full-sync-${{ env.GITHUB_REF_SLUG_URL }}-${{ env.GITHUB_SHA_SHORT }}" \
|
||||
--boot-disk-size 100GB \
|
||||
--boot-disk-type pd-extreme \
|
||||
--boot-disk-type pd-ssd \
|
||||
--container-image ${{ env.GAR_BASE }}/${{ env.IMAGE_NAME }}:sha-${{ env.GITHUB_SHA_SHORT }} \
|
||||
--container-restart-policy=never \
|
||||
--container-stdin \
|
||||
|
|
Loading…
Reference in New Issue