From 3c8701989760881db50f772980338f352a16ffbb Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Thu, 4 Aug 2022 13:12:38 -0700 Subject: [PATCH] Update python version for AWS tests (#30500) --- .../linux/aws/grpc_run_basictests_python_aarch64.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh b/tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh index 3e6c9a52318..b1c9337d6ca 100755 --- a/tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh +++ b/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