Update python version for AWS tests (#30500)

pull/30503/head
Yash Tibrewal 2 years ago committed by GitHub
parent f920ae0329
commit 3c87019897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh

@ -28,8 +28,8 @@ cd grpc
git submodule update --init
# build and test python (currently we only test with python3.6, but that's ok since our aarch64 testing resources are limited)
tools/run_tests/run_tests.py -l python --compiler python3.6 -c opt -t -x run_tests/python_linux_opt_native/sponge_log.xml --report_suite_name python_linux_opt_native --report_multi_target || FAILED=true
# build and test python (currently we only test with python3.7, but that's ok since our aarch64 testing resources are limited)
tools/run_tests/run_tests.py -l python --compiler python3.7 -c opt -t -x run_tests/python_linux_opt_native/sponge_log.xml --report_suite_name python_linux_opt_native --report_multi_target || FAILED=true
if [ "$FAILED" != "" ]
then

Loading…
Cancel
Save