aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/linux/grpc_performance_profile_master.sh
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-05-17 13:07:50 -0700
committerGravatar GitHub <noreply@github.com>2018-05-17 13:07:50 -0700
commitcf879c95e73cc824b4f2d9bae3b75e39f4bbd3d8 (patch)
treee5824f22de3fc90377547b4b9beb79d66a9af9b6 /tools/internal_ci/linux/grpc_performance_profile_master.sh
parent784e43507c46e1f7914bc84c30854e16f6f6e7c3 (diff)
parentb4a103e5becddfd370a3d4a424f72db4ff15d4b8 (diff)
Merge pull request #15424 from jtattermusch/tools_jenkins_cleanup
Cleanup tools/jenkins directory
Diffstat (limited to 'tools/internal_ci/linux/grpc_performance_profile_master.sh')
-rwxr-xr-xtools/internal_ci/linux/grpc_performance_profile_master.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal_ci/linux/grpc_performance_profile_master.sh b/tools/internal_ci/linux/grpc_performance_profile_master.sh
index 40bbfe89dc..fbff17466b 100755
--- a/tools/internal_ci/linux/grpc_performance_profile_master.sh
+++ b/tools/internal_ci/linux/grpc_performance_profile_master.sh
@@ -20,7 +20,7 @@ cd $(dirname $0)/../../..
source tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc
-tools/jenkins/run_performance_profile_hourly.sh || FAILED="true"
+tools/internal_ci/linux/run_performance_profile_hourly.sh || FAILED="true"
# kill port_server.py to prevent the build from hanging
ps aux | grep port_server\\.py | awk '{print $2}' | xargs kill -9