Home
last modified time | relevance | path

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

/third_party/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" \
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h170 constexpr char INSTANCE_NAME[] = "instance_name"; variable