Add a workaround for CERTIFICATE_VERIFY_FAILED

pull/24740/head
Esun Kim 4 years ago
parent 28c795f542
commit 0859a3e43a
  1. 2
      tools/internal_ci/macos/grpc_run_bazel_c_cpp_tests.sh

@ -48,7 +48,7 @@ if [ "$UPLOAD_TEST_RESULTS" != "" ]
then
# Sleep to let ResultStore finish writing results before querying
sleep 60
python ./tools/run_tests/python_utils/upload_rbe_results.py
PYTHONHTTPSVERIFY=0 python ./tools/run_tests/python_utils/upload_rbe_results.py
fi
if [ "$FAILED" != "" ]

Loading…
Cancel
Save