diff --git a/tools/jenkins/run_full_performance.sh b/tools/jenkins/run_full_performance.sh
index f1e09a81fb798e56ba9ca998409c6ac3f126cbba..3feda866f2f339dfe0ae86504455b87eed05594e 100755
--- a/tools/jenkins/run_full_performance.sh
+++ b/tools/jenkins/run_full_performance.sh
@@ -40,7 +40,7 @@ tools/run_tests/run_performance_tests.py \
     --netperf \
     --category all \
     --bq_result_table performance_test.performance_experiment \
-    --remote_worker_host grpc-performance-server-8core grpc-performance-client-8core \
+    --remote_worker_host grpc-performance-server-8core grpc-performance-client-8core grpc-performance-client2-8core \
     || EXIT_CODE=1
 
 # scalability with 32cores (and upload to a different BQ table)