Adar Dembo has submitted this change and it was merged. Change subject: benchmarks: make ensure_cpu_scaling more resilient ......................................................................
benchmarks: make ensure_cpu_scaling more resilient It's called out of a trap, and since the script uses pushd/popd a lot, it's not always reachable: + python write-jobs-stats-to-mysql.py kudu-benchmarks 1039 DenseNodeItest_time_bootstrapping_tablets 8 usage: write-jobs-stats-to-mysql.py <job_name> <build_number> <workload> <iteration> <runtime> + restore_governor + ensure_cpu_scaling performance ++ dirname ./src/kudu/scripts/benchmarks.sh + ./src/kudu/scripts/ensure_cpu_scaling.sh performance ./src/kudu/scripts/benchmarks.sh: line 93: ./src/kudu/scripts/ensure_cpu_scaling.sh: No such file or directory Change-Id: I3452b48577dd8f5f72c57d41ccf41848c682d616 Reviewed-on: http://gerrit.cloudera.org:8080/6847 Tested-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins Reviewed-by: David Ribeiro Alves <[email protected]> --- M src/kudu/scripts/benchmarks.sh 1 file changed, 2 insertions(+), 3 deletions(-) Approvals: David Ribeiro Alves: Looks good to me, approved Adar Dembo: Verified Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/6847 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3452b48577dd8f5f72c57d41ccf41848c682d616 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
