s/pd-extreme/pd-ssd/ to avoid quotas (#3823)

This commit is contained in:
Deirdre Connolly 2022-03-10 17:10:59 -05:00 committed by GitHub
parent 86b3315d8a
commit fcfdc5493e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \