|
|
|
@ -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 |
|
|
|
|