Guy David
Results
1
comments of
Guy David
I added the following to my remote-builder in order to wait and verify the machine is reachable: ``` CONNECTION_RETRIES=${CONNECTION_RETRIES:-10} ... retries=0 while ! ${GCLOUD} compute ssh --ssh-key-file=${KEYNAME} \ ${USERNAME}@${INSTANCE_NAME} --...