aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/stress_test
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dockerfile/stress_test')
-rwxr-xr-xtools/dockerfile/stress_test/grpc_interop_stress_csharp/build_interop_stress.sh2
-rwxr-xr-xtools/dockerfile/stress_test/grpc_interop_stress_cxx/build_interop_stress.sh2
-rwxr-xr-xtools/dockerfile/stress_test/grpc_interop_stress_go/build_interop_stress.sh2
-rwxr-xr-xtools/dockerfile/stress_test/grpc_interop_stress_java/build_interop_stress.sh2
-rwxr-xr-xtools/dockerfile/stress_test/grpc_interop_stress_node/build_interop_stress.sh2
-rwxr-xr-xtools/dockerfile/stress_test/grpc_interop_stress_php/build_interop_stress.sh2
-rwxr-xr-xtools/dockerfile/stress_test/grpc_interop_stress_python/build_interop_stress.sh2
-rwxr-xr-xtools/dockerfile/stress_test/grpc_interop_stress_ruby/build_interop_stress.sh2
8 files changed, 8 insertions, 8 deletions
diff --git a/tools/dockerfile/stress_test/grpc_interop_stress_csharp/build_interop_stress.sh b/tools/dockerfile/stress_test/grpc_interop_stress_csharp/build_interop_stress.sh
index e25783a0b3..8492086080 100755
--- a/tools/dockerfile/stress_test/grpc_interop_stress_csharp/build_interop_stress.sh
+++ b/tools/dockerfile/stress_test/grpc_interop_stress_csharp/build_interop_stress.sh
@@ -39,7 +39,7 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc
-# clone gRPC submodules
+# clone gRPC submodules, use data from locally cloned submodules where possible
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc/" $2 " " $2) }'
diff --git a/tools/dockerfile/stress_test/grpc_interop_stress_cxx/build_interop_stress.sh b/tools/dockerfile/stress_test/grpc_interop_stress_cxx/build_interop_stress.sh
index d223653f92..9ab7aa0727 100755
--- a/tools/dockerfile/stress_test/grpc_interop_stress_cxx/build_interop_stress.sh
+++ b/tools/dockerfile/stress_test/grpc_interop_stress_cxx/build_interop_stress.sh
@@ -39,7 +39,7 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc
-# clone gRPC submodules
+# clone gRPC submodules, use data from locally cloned submodules where possible
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc/" $2 " " $2) }'
diff --git a/tools/dockerfile/stress_test/grpc_interop_stress_go/build_interop_stress.sh b/tools/dockerfile/stress_test/grpc_interop_stress_go/build_interop_stress.sh
index a1d243d411..de8430d677 100755
--- a/tools/dockerfile/stress_test/grpc_interop_stress_go/build_interop_stress.sh
+++ b/tools/dockerfile/stress_test/grpc_interop_stress_go/build_interop_stress.sh
@@ -40,7 +40,7 @@ git clone --recursive /var/local/jenkins/grpc-go src/google.golang.org/grpc
# grpc/tools/gcp/stress_tests
git clone /var/local/jenkins/grpc /var/local/git/grpc
-# clone gRPC submodules
+# clone gRPC submodules, use data from locally cloned submodules where possible
(cd /var/local/git/grpc/ && exec git submodule | awk '{ system("git submodule \
update --init --reference ./../../jenkins/grpc/" $2 " " $2) }')
diff --git a/tools/dockerfile/stress_test/grpc_interop_stress_java/build_interop_stress.sh b/tools/dockerfile/stress_test/grpc_interop_stress_java/build_interop_stress.sh
index 4400e74be5..ffffea18d2 100755
--- a/tools/dockerfile/stress_test/grpc_interop_stress_java/build_interop_stress.sh
+++ b/tools/dockerfile/stress_test/grpc_interop_stress_java/build_interop_stress.sh
@@ -38,7 +38,7 @@ git clone --recursive --depth 1 /var/local/jenkins/grpc-java /var/local/git/grpc
# grpc repo (for metrics client and for the stress test wrapper scripts)
git clone /var/local/jenkins/grpc /var/local/git/grpc
-# clone gRPC submodules
+# clone gRPC submodules, use data from locally cloned submodules where possible
(cd /var/local/git/grpc/ && exec git submodule | awk '{ system("git submodule \
update --init --reference ./../../jenkins/grpc/" $2 " " $2) }')
diff --git a/tools/dockerfile/stress_test/grpc_interop_stress_node/build_interop_stress.sh b/tools/dockerfile/stress_test/grpc_interop_stress_node/build_interop_stress.sh
index c82972d34e..4b73bb56f8 100755
--- a/tools/dockerfile/stress_test/grpc_interop_stress_node/build_interop_stress.sh
+++ b/tools/dockerfile/stress_test/grpc_interop_stress_node/build_interop_stress.sh
@@ -39,7 +39,7 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc
-# clone gRPC submodules
+# clone gRPC submodules, use data from locally cloned submodules where possible
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc/" $2 " " $2) }'
diff --git a/tools/dockerfile/stress_test/grpc_interop_stress_php/build_interop_stress.sh b/tools/dockerfile/stress_test/grpc_interop_stress_php/build_interop_stress.sh
index d1ac59fd91..78bf32ce51 100755
--- a/tools/dockerfile/stress_test/grpc_interop_stress_php/build_interop_stress.sh
+++ b/tools/dockerfile/stress_test/grpc_interop_stress_php/build_interop_stress.sh
@@ -39,7 +39,7 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc
-# clone gRPC submodules
+# clone gRPC submodules, use data from locally cloned submodules where possible
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc/" $2 " " $2) }'
diff --git a/tools/dockerfile/stress_test/grpc_interop_stress_python/build_interop_stress.sh b/tools/dockerfile/stress_test/grpc_interop_stress_python/build_interop_stress.sh
index ee70c1f3a9..3f85a86803 100755
--- a/tools/dockerfile/stress_test/grpc_interop_stress_python/build_interop_stress.sh
+++ b/tools/dockerfile/stress_test/grpc_interop_stress_python/build_interop_stress.sh
@@ -39,7 +39,7 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc
-# clone gRPC submodules
+# clone gRPC submodules, use data from locally cloned submodules where possible
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc/" $2 " " $2) }'
diff --git a/tools/dockerfile/stress_test/grpc_interop_stress_ruby/build_interop_stress.sh b/tools/dockerfile/stress_test/grpc_interop_stress_ruby/build_interop_stress.sh
index 5e47bafe85..09b6fb1e11 100755
--- a/tools/dockerfile/stress_test/grpc_interop_stress_ruby/build_interop_stress.sh
+++ b/tools/dockerfile/stress_test/grpc_interop_stress_ruby/build_interop_stress.sh
@@ -39,7 +39,7 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc
-# clone gRPC submodules
+# clone gRPC submodules, use data from locally cloned submodules where possible
git submodule | awk '{ system("git submodule update --init --reference \
./../../jenkins/grpc/" $2 " " $2) }'