You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/google-cloud-storage/cloudbuild/zb-system-tests-cloudbuild.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -91,19 +91,19 @@ steps:
91
91
set -e
92
92
# Wait for the VM to be fully initialized and SSH to be ready.
93
93
for i in {1..10}; do
94
-
if gcloud compute ssh ${_VM_NAME} --zone=${_ZONE} --internal-ip --ssh-key-file=/workspace/.ssh/google_compute_engine --command="echo VM is ready"; then
94
+
if gcloud compute ssh ${_VM_NAME} --zone=${_ZONE} --internal-ip --ssh-key-file=/workspace/.ssh/google_compute_engine --metadata="USE_EXISTING_KEYS=true" --command="echo VM is ready"; then
95
95
break
96
96
fi
97
97
echo "Waiting for VM to become available... (attempt $i/10)"
0 commit comments