diff --git a/.github/workflows/test-full-sync.yml b/.github/workflows/test-full-sync.yml index 79e9eec95..31e4e50d8 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 \