fixed wrong directory in git clone commands

pull/8182/head
Matt Kwong 8 years ago
parent befac97048
commit ce9471c962
  1. 2
      tools/dockerfile/interoptest/grpc_interop_csharp/build_interop.sh
  2. 2
      tools/dockerfile/interoptest/grpc_interop_csharpcoreclr/build_interop.sh
  3. 2
      tools/dockerfile/interoptest/grpc_interop_cxx/build_interop.sh
  4. 2
      tools/dockerfile/interoptest/grpc_interop_http2/build_interop.sh
  5. 2
      tools/dockerfile/interoptest/grpc_interop_node/build_interop.sh
  6. 2
      tools/dockerfile/interoptest/grpc_interop_php/build_interop.sh
  7. 2
      tools/dockerfile/interoptest/grpc_interop_php7/build_interop.sh
  8. 2
      tools/dockerfile/interoptest/grpc_interop_python/build_interop.sh
  9. 2
      tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh
  10. 2
      tools/dockerfile/stress_test/grpc_interop_stress_csharp/build_interop_stress.sh
  11. 2
      tools/dockerfile/stress_test/grpc_interop_stress_cxx/build_interop_stress.sh
  12. 2
      tools/dockerfile/stress_test/grpc_interop_stress_go/build_interop_stress.sh
  13. 2
      tools/dockerfile/stress_test/grpc_interop_stress_java/build_interop_stress.sh
  14. 2
      tools/dockerfile/stress_test/grpc_interop_stress_node/build_interop_stress.sh
  15. 2
      tools/dockerfile/stress_test/grpc_interop_stress_php/build_interop_stress.sh
  16. 2
      tools/dockerfile/stress_test/grpc_interop_stress_python/build_interop_stress.sh
  17. 2
      tools/dockerfile/stress_test/grpc_interop_stress_ruby/build_interop_stress.sh
  18. 2
      tools/run_tests/dockerize/docker_run_tests.sh

@ -41,7 +41,7 @@ cd /var/local/git/grpc
# clone gRPC submodules
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc" $2 " " $2) }'
./../../jenkins/grpc/" $2 " " $2) }'
# build C# interop client & server
tools/run_tests/run_tests.py -l csharp -c dbg --build_only

@ -41,7 +41,7 @@ cd /var/local/git/grpc
# clone gRPC submodules
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc" $2 " " $2) }'
./../../jenkins/grpc/" $2 " " $2) }'
# build C# interop client & server
tools/run_tests/run_tests.py -l csharp -c dbg --compiler coreclr --build_only

@ -41,7 +41,7 @@ cd /var/local/git/grpc
# clone gRPC submodules
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc" $2 " " $2) }'
./../../jenkins/grpc/" $2 " " $2) }'
make install-certs

@ -36,7 +36,7 @@ git clone /var/local/jenkins/grpc /var/local/git/grpc
# clone gRPC submodules
(cd /var/local/git/grpc/ && exec git submodule | awk '{ system("git submodule \
update --init --reference ./../../jenkins/grpc" $2 " " $2) }')
update --init --reference ./../../jenkins/grpc/" $2 " " $2) }')
# copy service account keys if available
cp -r /var/local/jenkins/service_account $HOME || true

@ -41,7 +41,7 @@ cd /var/local/git/grpc
# clone gRPC submodules
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc" $2 " " $2) }'
./../../jenkins/grpc/" $2 " " $2) }'
# build Node interop client & server
npm install -g node-gyp

@ -41,7 +41,7 @@ cd /var/local/git/grpc
# clone gRPC submodules
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc" $2 " " $2) }'
./../../jenkins/grpc/" $2 " " $2) }'
rvm --default use ruby-2.1

@ -41,7 +41,7 @@ cd /var/local/git/grpc
# clone gRPC submodules
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc" $2 " " $2) }'
./../../jenkins/grpc/" $2 " " $2) }'
rvm --default use ruby-2.1

@ -41,6 +41,6 @@ cd /var/local/git/grpc
# clone gRPC submodules
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc" $2 " " $2) }'
./../../jenkins/grpc/" $2 " " $2) }'
tools/run_tests/run_tests.py -l python -c opt --build_only

@ -41,7 +41,7 @@ cd /var/local/git/grpc
# clone gRPC submodules
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc" $2 " " $2) }'
./../../jenkins/grpc/" $2 " " $2) }'
rvm --default use ruby-2.1

@ -41,7 +41,7 @@ cd /var/local/git/grpc
# clone gRPC submodules
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc" $2 " " $2) }'
./../../jenkins/grpc/" $2 " " $2) }'
# Build C++ metrics client (to query the metrics from csharp stress client)
make metrics_client -j

@ -41,7 +41,7 @@ cd /var/local/git/grpc
# clone gRPC submodules
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc" $2 " " $2) }'
./../../jenkins/grpc/" $2 " " $2) }'
make install-certs

@ -42,7 +42,7 @@ git clone /var/local/jenkins/grpc /var/local/git/grpc
# clone gRPC submodules
(cd /var/local/git/grpc/ && exec git submodule | awk '{ system("git submodule \
update --init --reference ./../../jenkins/grpc" $2 " " $2) }')
update --init --reference ./../../jenkins/grpc/" $2 " " $2) }')
# copy service account keys if available
cp -r /var/local/jenkins/service_account $HOME || true

@ -40,7 +40,7 @@ git clone /var/local/jenkins/grpc /var/local/git/grpc
# clone gRPC submodules
(cd /var/local/git/grpc/ && exec git submodule | awk '{ system("git submodule \
update --init --reference ./../../jenkins/grpc" $2 " " $2) }')
update --init --reference ./../../jenkins/grpc/" $2 " " $2) }')
# Copy service account keys if available
cp -r /var/local/jenkins/service_account $HOME || true

@ -41,7 +41,7 @@ cd /var/local/git/grpc
# clone gRPC submodules
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc" $2 " " $2) }'
./../../jenkins/grpc/" $2 " " $2) }'
# build Node interop client & server
npm install -g node-gyp

@ -41,7 +41,7 @@ cd /var/local/git/grpc
# clone gRPC submodules
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc" $2 " " $2) }'
./../../jenkins/grpc/" $2 " " $2) }'
rvm --default use ruby-2.1

@ -41,7 +41,7 @@ cd /var/local/git/grpc
# clone gRPC submodules
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc" $2 " " $2) }'
./../../jenkins/grpc/" $2 " " $2) }'
tools/run_tests/run_tests.py -l python -c opt --build_only

@ -41,7 +41,7 @@ cd /var/local/git/grpc
# clone gRPC submodules
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc" $2 " " $2) }'
./../../jenkins/grpc/" $2 " " $2) }'
rvm --default use ruby-2.1

@ -46,7 +46,7 @@ git clone /var/local/jenkins/grpc /var/local/git/grpc
# clone gRPC submodules
(cd /var/local/git/grpc/ && exec git submodule | awk '{ system("git submodule \
update --init --reference ./../../jenkins/grpc" $2 " " $2) }')
update --init --reference ./../../jenkins/grpc/" $2 " " $2) }')
mkdir -p reports

Loading…
Cancel
Save