From fcfdc5493e66a8e697d4c828889734f3c21d0ca8 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Thu, 10 Mar 2022 17:10:59 -0500 Subject: [PATCH] s/pd-extreme/pd-ssd/ to avoid quotas (#3823) --- .github/workflows/test-full-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-full-sync.yml b/.github/workflows/test-full-sync.yml index 79e9eec9..31e4e50d 100644 --- a/.github/workflows/test-full-sync.yml +++ b/.github/workflows/test-full-sync.yml @@ -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 \