diff --git a/.github/workflows/int-test-gcp-workflow.yml b/.github/workflows/int-test-gcp-workflow.yml index b4ab9764c..9b185138a 100644 --- a/.github/workflows/int-test-gcp-workflow.yml +++ b/.github/workflows/int-test-gcp-workflow.yml @@ -138,6 +138,7 @@ jobs: --num-nodes ${{ env.CLUSTER_WORKERS }} \ --machine-type n2-standard-8 \ --enable-ip-alias \ + --disk-size 50 \ --network ${{ env.GCP_NETWORK }} \ --subnetwork ${{ env.GCP_SUBNETWORK }} \ --scopes "https://www.googleapis.com/auth/cloud-platform"