Home
last modified time | relevance | path

Searched refs:INSTANCE_NAME (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/tools/gce/
Dcreate_interop_worker.sh28 INSTANCE_NAME="${1:-grpc-canary-interop2}"
30 gcloud compute instances create "$INSTANCE_NAME" \
45 jenkins_master.pub linux_worker_init.sh "${INSTANCE_NAME}":~
50 "$INSTANCE_NAME" --command "./linux_worker_init.sh"
Dcreate_linux_worker.sh25 INSTANCE_NAME="${1:-grpc-jenkins-worker1}"
27 gcloud compute instances create "$INSTANCE_NAME" \
43 jenkins_master.pub linux_worker_init.sh "${INSTANCE_NAME}":~
48 "$INSTANCE_NAME" --command "./linux_worker_init.sh"
Dcreate_linux_performance_worker.sh29 INSTANCE_NAME="${1:-grpc-performance-server1}"
32 gcloud compute instances create "$INSTANCE_NAME" \
48 jenkins_master.pub linux_performance_worker_init.sh "jenkins@${INSTANCE_NAME}":~
53 "jenkins@${INSTANCE_NAME}" --command "./linux_performance_worker_init.sh"
Dcreate_linux_kokoro_performance_worker.sh25 INSTANCE_NAME="${1:-grpc-kokoro-performance-server1}"
28 gcloud compute instances create "$INSTANCE_NAME" \
44 kokoro_performance.pub linux_kokoro_performance_worker_init.sh "kbuilder@${INSTANCE_NAME}":~
49 "kbuilder@${INSTANCE_NAME}" --command "./linux_kokoro_performance_worker_init.sh"
Dcreate_windows_debug_worker.sh29 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" \
/external/rust/crates/grpcio-sys/grpc/tools/gce/
Dcreate_linux_kokoro_performance_worker.sh32 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"
Dcreate_windows_debug_worker.sh29 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" \
Dcreate_win2019_container_vm.sh29 INSTANCE_NAME="$1"
31 INSTANCE_NAME="${USER}-win2019-for-containers-test1"
37 gcloud compute instances create "$INSTANCE_NAME" \
Dcreate_linux_kokoro_performance_worker_from_image.sh27 INSTANCE_NAME="${1:-grpc-kokoro-performance-server}"
30 gcloud compute instances create "$INSTANCE_NAME" \
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/train/
DREADME.md183 export INSTANCE_NAME="model-trainer"
185 gcloud compute instances create $INSTANCE_NAME \
197 gcloud compute ssh "jupyter@${INSTANCE_NAME}"
206 gcloud compute instances delete "${INSTANCE_NAME}" --zone="${ZONE}"