diff --git a/tools/internal_ci/linux/grpc_e2e_performance_singlevm.sh b/tools/internal_ci/linux/grpc_e2e_performance_singlevm.sh index 710ca25a982..fe985f6cd3a 100755 --- a/tools/internal_ci/linux/grpc_e2e_performance_singlevm.sh +++ b/tools/internal_ci/linux/grpc_e2e_performance_singlevm.sh @@ -28,4 +28,4 @@ tools/run_tests/run_performance_tests.py \ --category smoketest \ -u kbuilder \ --bq_result_table performance_test.performance_experiment_singlevm \ - --xml_report reports/singlemachine/sponge_log.xml + --xml_report run_performance_tests/singlemachine/sponge_log.xml diff --git a/tools/internal_ci/linux/grpc_full_performance_master.sh b/tools/internal_ci/linux/grpc_full_performance_master.sh index 05a014b88ad..821df8ac0f3 100755 --- a/tools/internal_ci/linux/grpc_full_performance_master.sh +++ b/tools/internal_ci/linux/grpc_full_performance_master.sh @@ -27,7 +27,7 @@ tools/run_tests/run_performance_tests.py \ --remote_worker_host grpc-kokoro-performance-server-8core grpc-kokoro-performance-client-8core grpc-kokoro-performance-client2-8core \ -u kbuilder \ --bq_result_table performance_test.performance_experiment \ - --xml_report reports/8core/sponge_log.xml \ + --xml_report run_performance_tests/8core/sponge_log.xml \ || EXIT_CODE=1 # prevent pushing leftover build files to remote hosts in the next step. @@ -41,7 +41,7 @@ tools/run_tests/run_performance_tests.py \ --remote_worker_host grpc-kokoro-performance-server-32core grpc-kokoro-performance-client-32core grpc-kokoro-performance-client2-32core \ -u kbuilder \ --bq_result_table performance_test.performance_experiment_32core \ - --xml_report reports/32core/sponge_log.xml \ + --xml_report run_performance_tests/32core/sponge_log.xml \ || EXIT_CODE=1 # prevent pushing leftover build files to remote hosts in the next step. @@ -53,7 +53,7 @@ tools/run_tests/run_performance_tests.py \ --category scalable \ --remote_worker_host grpc-kokoro-performance-windows1 grpc-kokoro-performance-windows2 \ --bq_result_table performance_test.performance_experiment_windows \ - --xml_report reports/windows/sponge_log.xml \ + --xml_report run_performance_tests/windows/sponge_log.xml \ || EXIT_CODE=1 exit $EXIT_CODE diff --git a/tools/internal_ci/linux/grpc_full_performance_release.sh b/tools/internal_ci/linux/grpc_full_performance_release.sh index a31cea281fe..cb88a794c84 100755 --- a/tools/internal_ci/linux/grpc_full_performance_release.sh +++ b/tools/internal_ci/linux/grpc_full_performance_release.sh @@ -27,7 +27,7 @@ tools/run_tests/run_performance_tests.py \ --remote_worker_host grpc-kokoro-performance-server-8core grpc-kokoro-performance-client-8core grpc-kokoro-performance-client2-8core \ -u kbuilder \ --bq_result_table performance_released.performance_experiment \ - --xml_report reports/8core/sponge_log.xml \ + --xml_report run_performance_tests/8core/sponge_log.xml \ || EXIT_CODE=1 # prevent pushing leftover build files to remote hosts in the next step. @@ -41,7 +41,7 @@ tools/run_tests/run_performance_tests.py \ --remote_worker_host grpc-kokoro-performance-server-32core grpc-kokoro-performance-client-32core grpc-kokoro-performance-client2-32core \ -u kbuilder \ --bq_result_table performance_released.performance_experiment_32core \ - --xml_report reports/32core/sponge_log.xml \ + --xml_report run_performance_tests/32core/sponge_log.xml \ || EXIT_CODE=1 # prevent pushing leftover build files to remote hosts in the next step. @@ -53,7 +53,7 @@ tools/run_tests/run_performance_tests.py \ --category scalable \ --remote_worker_host grpc-kokoro-performance-windows1 grpc-kokoro-performance-windows2 \ --bq_result_table performance_released.performance_experiment_windows \ - --xml_report reports/windows/sponge_log.xml \ + --xml_report run_performance_tests/windows/sponge_log.xml \ || EXIT_CODE=1 exit $EXIT_CODE