grpc/tools/internal_ci/helper_scripts
Esun Kim b4bf921117 [Deps] Revert "Bump cryptography from 3.4.6 to 42.0.4 in /tools/internal_ci/… (#36255)
Rolling this (https://github.com/grpc/grpc/pull/36153) back as master branch is failing in mac with the following error

```
+ python3 workspace_python_macos_opt_native/tools/run_tests/run_tests.py -t -j 4 -x run_tests/python_macos_opt_native/sponge_log.xml --report_suite_name python_macos_opt_native -l python -c opt --iomgr_platform native --max_time 3600 --report_multi_target
Traceback (most recent call last):
  File "/Volumes/BuildData/tmpfs/altsrc/github/grpc/workspace_python_macos_opt_native/tools/run_tests/run_tests.py", line 50, in
    from python_utils.upload_test_results import upload_results_to_bq
  File "/Volumes/BuildData/tmpfs/altsrc/github/grpc/workspace_python_macos_opt_native/tools/run_tests/python_utils/upload_test_results.py", line 30, in
    import big_query_utils
  File "/Volumes/BuildData/tmpfs/altsrc/github/grpc/workspace_python_macos_opt_native/tools/gcp/utils/big_query_utils.py", line 21, in
    from apiclient import discovery
  File "/Users/kbuilder/.local/lib/python3.10/site-packages/apiclient/__init__.py", line 3, in
    from googleapiclient import channel, discovery, errors, http, mimeparse, model
  File "/Users/kbuilder/.local/lib/python3.10/site-packages/googleapiclient/discovery.py", line 64, in
    from googleapiclient import _auth, mimeparse
  File "/Users/kbuilder/.local/lib/python3.10/site-packages/googleapiclient/_auth.py", line 34, in
    import oauth2client.client
  File "/Users/kbuilder/.local/lib/python3.10/site-packages/oauth2client/client.py", line 45, in
    from oauth2client import crypt
  File "/Users/kbuilder/.local/lib/python3.10/site-packages/oauth2client/crypt.py", line 45, in
    from oauth2client import _openssl_crypt
  File "/Users/kbuilder/.local/lib/python3.10/site-packages/oauth2client/_openssl_crypt.py", line 16, in
    from OpenSSL import crypto
  File "/Users/kbuilder/.local/lib/python3.10/site-packages/OpenSSL/__init__.py", line 8, in
    from OpenSSL import crypto, SSL
  File "/Users/kbuilder/.local/lib/python3.10/site-packages/OpenSSL/crypto.py", line 1556, in
    class X509StoreFlags(object):
  File "/Users/kbuilder/.local/lib/python3.10/site-packages/OpenSSL/crypto.py", line 1575, in X509StoreFlags
    NOTIFY_POLICY = _lib.X509_V_FLAG_NOTIFY_POLICY
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'. Did you mean: 'X509_V_FLAG_EXPLICIT_POLICY'?
```

Closes #36255

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36255 from veblush:rb-36153 79c86e160e
PiperOrigin-RevId: 621886345
2024-04-04 09:43:05 -07:00
..
check_python_artifacts_size.sh [Python Distribution] Add a check for file size (#35831) 2024-02-09 10:14:55 -08:00
install_python_interpreters.ps1 [Python 3.12] Support Python 3.12 (#34398) 2023-09-22 09:57:29 -07:00
move_src_tree_and_respawn_itself.bat fix invocation of respawn scripts on windows (#28366) 2021-12-19 18:50:19 +01:00
move_src_tree_and_respawn_itself_rc Avoid extremely slow kokoro job finalization by moving workspace to a non-synced directory on kokoro workers. (#28259) 2021-12-03 19:41:14 +01:00
prepare_build_interop_rc More cleanup after moving testing docker images to artifact registry. (#31689) 2022-11-24 14:09:16 +01:00
prepare_build_linux_perf_multilang_rc Replace 32bit/debian:jessie with i386/debian:jessie 2019-08-27 08:35:09 -07:00
prepare_build_linux_perf_rc Migrate the bm_diff benchmarks to python3 (#25619) 2021-03-09 15:44:00 +01:00
prepare_build_linux_rc [fork] Generate GDB backtraces in fork tests on Kokoro (#32535) 2023-03-08 10:30:46 -08:00
prepare_build_linux_ruby_artifact_rc [ruby] Build/test ruby 3.3 and build native gems with Ruby 3.3 support (#35399) 2024-01-17 09:37:18 -08:00
prepare_build_macos_interop_rc print commit SHA for other langs when running interop tests (#28241) 2021-12-03 18:54:45 +01:00
prepare_build_macos_rc [CI] Upgraded cocoapods to 1.12.0 (#36053) 2024-03-05 13:08:19 -08:00
prepare_build_windows.bat Upgrade ccache on windows (#32668) 2023-03-22 08:51:55 +01:00
prepare_ccache.bat activate ccache for selected win builds (#28735) 2022-03-10 19:50:34 +01:00
prepare_ccache_rc Use ccache for selected C++ and python builds (with redis server as cache) (#28661) 2022-01-25 19:18:58 +01:00
prepare_ccache_symlinks_rc Cleanup (followup for ccache addition) (#28702) 2022-01-26 18:56:46 +01:00
prepare_qemu_rc Add python3.8 aarch64 wheel distribtest (#26136) 2021-05-03 08:16:11 +02:00
requirements.linux_perf.txt [Deps] Revert "Bump cryptography from 3.4.6 to 42.0.4 in /tools/internal_ci/… (#36255) 2024-04-04 09:43:05 -07:00
requirements.macos.txt [Deps] Revert "Bump cryptography from 3.4.6 to 42.0.4 in /tools/internal_ci/… (#36255) 2024-04-04 09:43:05 -07:00
store_artifacts_from_moved_src_tree.sh Avoid extremely slow kokoro job finalization by moving workspace to a non-synced directory on kokoro workers. (#28259) 2021-12-03 19:41:14 +01:00