aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce_setup/cloud_prod_runner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gce_setup/cloud_prod_runner.sh')
-rwxr-xr-xtools/gce_setup/cloud_prod_runner.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gce_setup/cloud_prod_runner.sh b/tools/gce_setup/cloud_prod_runner.sh
index 0c1163ad7d..200f859ede 100755
--- a/tools/gce_setup/cloud_prod_runner.sh
+++ b/tools/gce_setup/cloud_prod_runner.sh
@@ -2,8 +2,8 @@
main() {
source grpc_docker.sh
- test_cases=(large_unary empty_unary client_streaming server_streaming)
- clients=(cxx java go ruby)
+ test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming)
+ clients=(cxx java go ruby node)
for test_case in "${test_cases[@]}"
do
for client in "${clients[@]}"