aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gce')
-rwxr-xr-xtools/gce/create_windows_debug_worker.sh17
1 files changed, 3 insertions, 14 deletions
diff --git a/tools/gce/create_windows_debug_worker.sh b/tools/gce/create_windows_debug_worker.sh
index 9ac82eb3f6..b56c8d95d9 100755
--- a/tools/gce/create_windows_debug_worker.sh
+++ b/tools/gce/create_windows_debug_worker.sh
@@ -32,17 +32,6 @@ else
fi
MACHINE_TYPE=n1-standard-8
-TMP_DISK_NAME="$INSTANCE_NAME-temp-disk"
-
-gcloud compute disks create $TMP_DISK_NAME \
- --project="$CLOUD_PROJECT" \
- --zone "$ZONE" \
- --image-project google.com:kokoro \
- --image empty-100g-image \
- --type pd-ssd
-
-echo 'Created scratch disk, waiting for it to become available.'
-sleep 15
gcloud compute instances create $INSTANCE_NAME \
--project="$CLOUD_PROJECT" \
@@ -50,6 +39,6 @@ gcloud compute instances create $INSTANCE_NAME \
--machine-type $MACHINE_TYPE \
--image-project google.com:kokoro \
--image kokoro-win7build-v9-prod-debug \
- --boot-disk-type pd-ssd \
- --tags=allow-ssh \
- --disk auto-delete=yes,boot=no,name=$TMP_DISK_NAME
+ --boot-disk-size 500 \
+ --boot-disk-type pd-ssd \
+ --tags=allow-ssh