Searched refs:INSTANCE_NAME (Results 1 – 5 of 5) sorted by relevance
32 INSTANCE_NAME="${1:-grpc-kokoro-performance-server1}"35 gcloud compute instances create "$INSTANCE_NAME" \51 kokoro_performance.pub linux_kokoro_performance_worker_init.sh "kbuilder@${INSTANCE_NAME}":~56 "kbuilder@${INSTANCE_NAME}" --command "./linux_kokoro_performance_worker_init.sh"
29 INSTANCE_NAME="$1"31 INSTANCE_NAME="${USER}-windows-kokoro-debug1"35 TMP_DISK_NAME="$INSTANCE_NAME-temp-disk"48 gcloud compute instances create "$INSTANCE_NAME" \
29 INSTANCE_NAME="$1"31 INSTANCE_NAME="${USER}-win2019-for-containers-test1"37 gcloud compute instances create "$INSTANCE_NAME" \
27 INSTANCE_NAME="${1:-grpc-kokoro-performance-server}"30 gcloud compute instances create "$INSTANCE_NAME" \
170 constexpr char INSTANCE_NAME[] = "instance_name"; variable