change default instance used as windows interop server

pull/1667/head
Jan Tattermusch 10 years ago
parent 3b40ee425d
commit 1ab1ab995e
  1. 2
      tools/gce_setup/grpc_docker.sh

@ -873,7 +873,7 @@ grpc_launch_servers() {
# Launch servers on windows.
grpc_launch_windows_servers() {
local host='jtattermusch-interop-windows2'
local host='grpc-windows-interop1'
local killcmd="ps -e | grep Grpc.IntegrationTesting | awk '{print \\\$1}' | xargs kill -9"
echo "killing all servers and clients on $host with command $killcmd"
gcloud compute $project_opt ssh $zone_opt stoked-keyword-656@grpc-windows-proxy --command "ssh $host \"$killcmd\""

Loading…
Cancel
Save