Make Kokoro jobs aware the presence of python_asyncio

pull/21904/head
Lidi Zheng 5 years ago
parent 6f343fc758
commit 4f1043ebd9
  1. 2
      tools/internal_ci/linux/grpc_e2e_performance_singlevm.sh
  2. 2
      tools/internal_ci/linux/grpc_full_performance_master.sh
  3. 2
      tools/internal_ci/linux/grpc_full_performance_release.sh

@ -23,7 +23,7 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc
# TODO(jtattermusch): add back "node" language once the scenarios are passing again
# See https://github.com/grpc/grpc/issues/20234
tools/run_tests/run_performance_tests.py \
-l c++ csharp ruby java python go php7 php7_protobuf_c \
-l c++ csharp ruby java python python_asyncio go php7 php7_protobuf_c \
--netperf \
--category smoketest \
-u kbuilder \

@ -21,7 +21,7 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc
# run 8core client vs 8core server
tools/run_tests/run_performance_tests.py \
-l c++ csharp ruby java python go php7 php7_protobuf_c node \
-l c++ csharp ruby java python python_asyncio go php7 php7_protobuf_c node \
--netperf \
--category scalable \
--remote_worker_host grpc-kokoro-performance-server-8core grpc-kokoro-performance-client-8core grpc-kokoro-performance-client2-8core \

@ -21,7 +21,7 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc
# run 8core client vs 8core server
tools/run_tests/run_performance_tests.py \
-l c++ csharp ruby java python go php7 php7_protobuf_c \
-l c++ csharp ruby java python python_asyncio go php7 php7_protobuf_c \
--netperf \
--category scalable \
--remote_worker_host grpc-kokoro-performance-server-8core grpc-kokoro-performance-client-8core grpc-kokoro-performance-client2-8core \

Loading…
Cancel
Save