aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/stress_test/configs/go.json
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-05-10 10:33:25 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-05-10 10:33:25 -0700
commit8dbe2cb071d90942c7bbe5987151f04955b9e9cb (patch)
tree2ebba32958bd1de29936f8434679ad24625dfa67 /tools/run_tests/stress_test/configs/go.json
parentb69251c2f6868c4d839dfae05293e10cbb90060e (diff)
parent430b4f98433b36b8d19a2482ec17aec473471129 (diff)
Merge branch 'master' into server_channel_affinity
Diffstat (limited to 'tools/run_tests/stress_test/configs/go.json')
-rw-r--r--tools/run_tests/stress_test/configs/go.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/stress_test/configs/go.json b/tools/run_tests/stress_test/configs/go.json
index 36b465e763..f1b2b523d3 100644
--- a/tools/run_tests/stress_test/configs/go.json
+++ b/tools/run_tests/stress_test/configs/go.json
@@ -1,7 +1,7 @@
{
"dockerImages": {
"grpc_stress_go" : {
- "buildScript": "tools/jenkins/build_interop_stress_image.sh",
+ "buildScript": "tools/run_tests/dockerize/build_interop_stress_image.sh",
"dockerFileDir": "grpc_interop_stress_go"
}
},