Merge pull request #24629 from veblush/gce-kokoro-

Upgrade kokoro VM image
pull/24637/head
Esun Kim 4 years ago committed by GitHub
commit 53dca5aebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/gce/create_windows_debug_worker.sh

@ -50,7 +50,7 @@ gcloud compute instances create "$INSTANCE_NAME" \
--zone "$ZONE" \ --zone "$ZONE" \
--machine-type "$MACHINE_TYPE" \ --machine-type "$MACHINE_TYPE" \
--image-project google.com:kokoro \ --image-project google.com:kokoro \
--image kokoro-win7build-v11-prod-debug \ --image kokoro-winserver2016-v2m-prod-debug \
--boot-disk-size 500 \ --boot-disk-size 500 \
--boot-disk-type pd-ssd \ --boot-disk-type pd-ssd \
--tags=allow-ssh \ --tags=allow-ssh \

Loading…
Cancel
Save