From 8015ae1648c0766339ae9f6a0dcea73437df7735 Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Fri, 14 Jan 2022 14:12:06 -0800 Subject: [PATCH] Remove the explicit IO platform setting (#28569) --- .../linux/aws/grpc_run_basictests_python_aarch64.sh | 4 +--- 1 file changed, 1 insertion(+), 3 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 231e393b5bb..3e6c9a52318 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 @@ -29,9 +29,7 @@ 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 --iomgr_platform native -t -x run_tests/python_linux_opt_native/sponge_log.xml --report_suite_name python_linux_opt_native --report_multi_target || FAILED=true -tools/run_tests/run_tests.py -l python --compiler python3.6 -c opt --iomgr_platform asyncio -t -x run_tests/python_linux_opt_asyncio/sponge_log.xml --report_suite_name python_linux_opt_asyncio --report_multi_target || FAILED=true -tools/run_tests/run_tests.py -l python --compiler python3.6 -c opt --iomgr_platform gevent -t -x run_tests/python_linux_opt_gevent/sponge_log.xml --report_suite_name python_linux_opt_gevent --report_multi_target || FAILED=true +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 if [ "$FAILED" != "" ] then