Skip to content
Snippets Groups Projects
Commit f319be0a authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

make windows host configurable

parent 63bf8502
No related branches found
No related tags found
No related merge requests found
...@@ -876,8 +876,8 @@ test_runner() { ...@@ -876,8 +876,8 @@ test_runner() {
# machine through ssh and we use gcloud auth support to logon to the proxy. # machine through ssh and we use gcloud auth support to logon to the proxy.
echo "will run:" echo "will run:"
echo " $cmd" echo " $cmd"
echo "on jtattermusch-windows-interop2 (through grpc-windows-proxy)" echo "on $host (through grpc-windows-proxy)"
gcloud compute $project_opt ssh $zone_opt stoked-keyword-656@grpc-windows-proxy --command "ssh jtattermusch-interop-windows2 '$cmd'" & gcloud compute $project_opt ssh $zone_opt stoked-keyword-656@grpc-windows-proxy --command "ssh $host '$cmd'" &
fi fi
# #
PID=$! PID=$!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment