Skip to content

Commit 9c83512

Browse files
committed
update remaining stresstest configs
1 parent 080ddf0 commit 9c83512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/run_tests/stress_test/configs/csharp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dockerImages": {
33
"grpc_stress_csharp" : {
4-
"buildScript": "tools/jenkins/build_interop_stress_image.sh",
4+
"buildScript": "tools/run_tests/dockerize/build_interop_stress_image.sh",
55
"dockerFileDir": "grpc_interop_stress_csharp"
66
}
77
},

tools/run_tests/stress_test/configs/ruby.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dockerImages": {
33
"grpc_stress_ruby" : {
4-
"buildScript": "tools/jenkins/build_interop_stress_image.sh",
4+
"buildScript": "tools/run_tests/dockerize/build_interop_stress_image.sh",
55
"dockerFileDir": "grpc_interop_stress_ruby"
66
}
77
},

0 commit comments

Comments
 (0)